From 209bef6f8a4059d8cb7a6b4d3c64d25898f46047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pi=C3=B1eiro?= Date: Thu, 22 Jul 2010 13:19:34 +0200 Subject: [PATCH] cally: fixing public headers Cally headers were including specific clutter object headers. This caused a problem including cally.h on a external program. http://bugzilla.clutter-project.org/show_bug.cgi?id=2234 --- clutter/cally/cally-actor.h | 2 +- clutter/cally/cally-clone.h | 2 +- clutter/cally/cally-group.h | 2 +- clutter/cally/cally-rectangle.h | 2 +- clutter/cally/cally-stage.h | 2 +- clutter/cally/cally-text.h | 2 +- clutter/cally/cally-texture.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/clutter/cally/cally-actor.h b/clutter/cally/cally-actor.h index c870ac304..d7d5a0ad6 100644 --- a/clutter/cally/cally-actor.h +++ b/clutter/cally/cally-actor.h @@ -30,7 +30,7 @@ #define __CALLY_ACTOR_H__ #include -#include +#include G_BEGIN_DECLS diff --git a/clutter/cally/cally-clone.h b/clutter/cally/cally-clone.h index aeda63d23..4e187b9d9 100644 --- a/clutter/cally/cally-clone.h +++ b/clutter/cally/cally-clone.h @@ -26,7 +26,7 @@ #define __CALLY_CLONE_H__ #include -#include +#include G_BEGIN_DECLS diff --git a/clutter/cally/cally-group.h b/clutter/cally/cally-group.h index 9813ef3cb..0f0bd170a 100644 --- a/clutter/cally/cally-group.h +++ b/clutter/cally/cally-group.h @@ -29,7 +29,7 @@ #define __CALLY_GROUP_H__ #include -#include +#include G_BEGIN_DECLS diff --git a/clutter/cally/cally-rectangle.h b/clutter/cally/cally-rectangle.h index 23587fb0e..6cd245765 100644 --- a/clutter/cally/cally-rectangle.h +++ b/clutter/cally/cally-rectangle.h @@ -26,7 +26,7 @@ #define __CALLY_RECTANGLE_H__ #include -#include +#include G_BEGIN_DECLS diff --git a/clutter/cally/cally-stage.h b/clutter/cally/cally-stage.h index 836c6a1aa..7ce4bb21f 100644 --- a/clutter/cally/cally-stage.h +++ b/clutter/cally/cally-stage.h @@ -26,7 +26,7 @@ #define __CALLY_STAGE_H__ #include -#include +#include G_BEGIN_DECLS diff --git a/clutter/cally/cally-text.h b/clutter/cally/cally-text.h index d465dafe5..ea4b6889f 100644 --- a/clutter/cally/cally-text.h +++ b/clutter/cally/cally-text.h @@ -26,7 +26,7 @@ #define __CALLY_TEXT_H__ #include -#include +#include G_BEGIN_DECLS diff --git a/clutter/cally/cally-texture.h b/clutter/cally/cally-texture.h index 70f1e8a54..ff594c96a 100644 --- a/clutter/cally/cally-texture.h +++ b/clutter/cally/cally-texture.h @@ -26,7 +26,7 @@ #define __CALLY_TEXTURE_H__ #include -#include +#include G_BEGIN_DECLS