Change TidyGrid to just include clutter/clutter.h
Including individual headers no longer works with Clutter-0.9.
This commit is contained in:
parent
d61401429e
commit
902c29aa0c
@ -28,8 +28,6 @@
|
|||||||
* - Allow more layout directions than just row major / column major.
|
* - Allow more layout directions than just row major / column major.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <clutter/clutter-actor.h>
|
|
||||||
#include <clutter/clutter-container.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "tidy-grid.h"
|
#include "tidy-grid.h"
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#ifndef __TIDY_GRID_H__
|
#ifndef __TIDY_GRID_H__
|
||||||
#define __TIDY_GRID_H__
|
#define __TIDY_GRID_H__
|
||||||
|
|
||||||
#include <clutter/clutter-actor.h>
|
#include <clutter/clutter.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user