2.0: Remove include directives for deprecated headers

This commit is contained in:
Emmanuele Bassi
2012-08-24 12:35:25 +01:00
parent 03a8e2f7b8
commit f1846bcb53
7 changed files with 2 additions and 22 deletions

View File

@ -49,16 +49,11 @@
#include "config.h"
#endif
#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
#include "clutter-animatable.h"
#include "clutter-interval.h"
#include "clutter-debug.h"
#include "clutter-private.h"
#include "deprecated/clutter-animatable.h"
#include "deprecated/clutter-animation.h"
typedef ClutterAnimatableIface ClutterAnimatableInterface;
G_DEFINE_INTERFACE (ClutterAnimatable, clutter_animatable, G_TYPE_OBJECT);