From 3a6ffe3b7dacf82708392b4bd4f244a5ec28f66d Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Sun, 21 Dec 2008 21:08:10 +0000 Subject: [PATCH] [build] Replaces use of #include with #include The cairo pkg-config is crafted such that #include should be used. If building with a private build of cairo installed to a custom prefix can cause an un-intended cairo header to be picked up during compilation due to /usr/include being in the header search path. --- clutter/clutter-cairo-texture.h | 2 +- clutter/clutter-path.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-cairo-texture.h b/clutter/clutter-cairo-texture.h index 51af958c7..a5cca866c 100644 --- a/clutter/clutter-cairo-texture.h +++ b/clutter/clutter-cairo-texture.h @@ -34,7 +34,7 @@ #define __CLUTTER_CAIRO_TEXTURE_H__ #include -#include +#include G_BEGIN_DECLS diff --git a/clutter/clutter-path.h b/clutter/clutter-path.h index 105c4b306..14cef4037 100644 --- a/clutter/clutter-path.h +++ b/clutter/clutter-path.h @@ -30,7 +30,7 @@ #include #include -#include +#include G_BEGIN_DECLS