[libhandy/msvc: 21/26] 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: 21/26] hdy-cairo-private.h: Include cairo.h, not cairo/cairo.h
- Date: Fri, 21 Jan 2022 09:51:35 +0000 (UTC)
commit 7d3c00d751ab95c958b0c670474a974e77e44487
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 d064f049..b44c0a15 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]