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
This commit is contained in:
Alejandro Piñeiro 2010-07-22 13:19:34 +02:00 committed by Emmanuele Bassi
parent dec0863f58
commit 209bef6f8a
7 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@
#define __CALLY_ACTOR_H__
#include <atk/atk.h>
#include <clutter/clutter-actor.h>
#include <clutter/clutter.h>
G_BEGIN_DECLS

View File

@ -26,7 +26,7 @@
#define __CALLY_CLONE_H__
#include <cally/cally-actor.h>
#include <clutter/clutter-clone.h>
#include <clutter/clutter.h>
G_BEGIN_DECLS

View File

@ -29,7 +29,7 @@
#define __CALLY_GROUP_H__
#include <cally/cally-actor.h>
#include <clutter/clutter-group.h>
#include <clutter/clutter.h>
G_BEGIN_DECLS

View File

@ -26,7 +26,7 @@
#define __CALLY_RECTANGLE_H__
#include <cally/cally-actor.h>
#include <clutter/clutter-rectangle.h>
#include <clutter/clutter.h>
G_BEGIN_DECLS

View File

@ -26,7 +26,7 @@
#define __CALLY_STAGE_H__
#include <cally/cally-group.h>
#include <clutter/clutter-stage.h>
#include <clutter/clutter.h>
G_BEGIN_DECLS

View File

@ -26,7 +26,7 @@
#define __CALLY_TEXT_H__
#include <cally/cally-actor.h>
#include <clutter/clutter-text.h>
#include <clutter/clutter.h>
G_BEGIN_DECLS

View File

@ -26,7 +26,7 @@
#define __CALLY_TEXTURE_H__
#include <cally/cally-actor.h>
#include <clutter/clutter-texture.h>
#include <clutter/clutter.h>
G_BEGIN_DECLS