[libhandy/msvc-1-6: 4/9] hdy-cairo-private.h: Include cairo.h, not cairo/cairo.h
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy/msvc-1-6: 4/9] hdy-cairo-private.h: Include cairo.h, not cairo/cairo.h
- Date: Thu, 28 Apr 2022 10:38:54 +0000 (UTC)
commit 0244e0bbb0e483d4a48d72c682df51a6b40afbb7
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]