diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-11-18 18:23:49 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-11-18 18:23:49 +0000 |
commit | 694632ce95bfc2c14791214acc435743dba4df2e (patch) | |
tree | 3010cc821126bf987e7aafa514ed1f27abd370ce /clutter/clutter-texture.h | |
parent | 63cef64d17d3e5c22add99e8d736b6f69fac8f25 (diff) | |
download | clutter-694632ce95bfc2c14791214acc435743dba4df2e.tar.gz |
build: Re-arrange headers
Try to minimize the included headers, especially in clutter-actor.h.
Diffstat (limited to 'clutter/clutter-texture.h')
-rw-r--r-- | clutter/clutter-texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter-texture.h b/clutter/clutter-texture.h index 6e17af36f..4340c437f 100644 --- a/clutter/clutter-texture.h +++ b/clutter/clutter-texture.h @@ -28,8 +28,8 @@ #ifndef __CLUTTER_TEXTURE_H__ #define __CLUTTER_TEXTURE_H__ -#include <clutter/clutter-actor.h> #include <cogl/cogl.h> +#include <clutter/clutter-actor.h> G_BEGIN_DECLS |