[libhandy/msvc: 6/11] hdy-cairo-private.h: Include cairo.h, not cairo/cairo.h




commit 7e755cb6a74d557d65aa94508b58689dffe25c4c
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Jan 19 15:53:15 2022 +0800

    hdy-cairo-private.h: Include cairo.h, not cairo/cairo.h
    
    The cairo include subdir should be handled by Cairo's pkg-config files

 src/hdy-cairo-private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/hdy-cairo-private.h b/src/hdy-cairo-private.h
index 64c1180e..ad80e151 100644
--- a/src/hdy-cairo-private.h
+++ b/src/hdy-cairo-private.h
@@ -11,7 +11,7 @@
 #endif
 
 #include <glib.h>
-#include <cairo/cairo.h>
+#include <cairo.h>
 
 G_BEGIN_DECLS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]