Clean up deprecated header inclusion

The build should not add deprecated/ into the default INCLUDE paths, so
that deprecated headers are clearly separated; this will make it easier
to get rid of them when we branch out for 2.0.
This commit is contained in:
Emmanuele Bassi
2012-06-21 17:15:44 +01:00
parent 8fe8b9c89e
commit 550168eee3
7 changed files with 3 additions and 7 deletions

View File

@ -237,7 +237,6 @@
#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
#include "clutter-actor.h"
#include "clutter-alpha.h"
#include "clutter-stage.h"
#include "clutter-texture.h"
@ -249,6 +248,7 @@
#include "clutter-private.h"
#include "clutter-debug.h"
#include "deprecated/clutter-alpha.h"
#include "deprecated/clutter-behaviour.h"
#include "deprecated/clutter-container.h"
#include "deprecated/clutter-state.h"