From f2e1d852bbbc6b2eadde852a32ed8ebda89e7bd8 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 6 Sep 2007 10:37:24 +0000 Subject: [PATCH] 2007-09-06 Emmanuele Bassi * clutter/clutter-stage.c: Remove stray include in ClutterStage: the code requesting it was moved in the backends. --- ChangeLog | 5 +++++ clutter/clutter-stage.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4604522..9470634 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-06 Emmanuele Bassi + + * clutter/clutter-stage.c: Remove stray include + in ClutterStage: the code requesting it was moved in the backends. + 2007-08-31 Emmanuele Bassi * clutter/clutter-rectangle.c: Fix the border drawing: do not diff --git a/clutter/clutter-stage.c b/clutter/clutter-stage.c index 5aeca38..e49f5aa 100644 --- a/clutter/clutter-stage.c +++ b/clutter/clutter-stage.c @@ -46,8 +46,6 @@ #include "cogl.h" -#include - G_DEFINE_ABSTRACT_TYPE (ClutterStage, clutter_stage, CLUTTER_TYPE_GROUP); #define CLUTTER_STAGE_GET_PRIVATE(obj) \ -- 2.7.4