diff --git a/ChangeLog b/ChangeLog index 08a767760..bcfc20e8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ +2008-02-28 Thomas Thurman + + * 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 * src/core/spring-model.[ch]: deleted as no longer used * src/Makefile.am: modified accordingly + 2008-02-27 Thomas Thurman Lots of tiny fixes to make sure we compile with diff --git a/src/core/compositor.h b/src/core/compositor.h index 0f65dc47e..6b96abc6f 100644 --- a/src/core/compositor.h +++ b/src/core/compositor.h @@ -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,