Change TidyGrid to just include clutter/clutter.h

Including individual headers no longer works with Clutter-0.9.
This commit is contained in:
Owen W. Taylor 2009-02-19 13:44:43 -05:00
parent d61401429e
commit 902c29aa0c
2 changed files with 1 additions and 3 deletions

View File

@ -28,8 +28,6 @@
* - Allow more layout directions than just row major / column major.
*/
#include <clutter/clutter-actor.h>
#include <clutter/clutter-container.h>
#include <string.h>
#include "tidy-grid.h"

View File

@ -26,7 +26,7 @@
#ifndef __TIDY_GRID_H__
#define __TIDY_GRID_H__
#include <clutter/clutter-actor.h>
#include <clutter/clutter.h>
G_BEGIN_DECLS