removed unnecessary #include which should have been in Jim's patch (not

2008-02-28  Thomas Thurman  <tthurman@gnome.org>

        * src/core/compositor.h: removed unnecessary #include which
	should have been in Jim's patch (not sure how it slipped
	through the tests!)


svn path=/trunk/; revision=3610
This commit is contained in:
Thomas Thurman 2008-02-28 00:25:36 +00:00 committed by Thomas James Alexander Thurman
parent e7196621bc
commit 8c6f3853b0
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,14 @@
2008-02-28 Thomas Thurman <tthurman@gnome.org>
* src/core/compositor.h: removed unnecessary #include which
should have been in Jim's patch (not sure how it slipped
through the tests!)
2008-02-27 Jim Huang <jserv.tw@gmail.com>
* src/core/spring-model.[ch]: deleted as no longer used
* src/Makefile.am: modified accordingly
2008-02-27 Thomas Thurman <tthurman@gnome.org>
Lots of tiny fixes to make sure we compile with

View File

@ -26,7 +26,6 @@
#include "util.h"
#include "display.h"
#include "spring-model.h"
MetaCompositor* meta_compositor_new (MetaDisplay *display);
void meta_compositor_process_event (MetaCompositor *compositor,