From 8c6f3853b0883b0a3a907eed7d545fcf8b015887 Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Thu, 28 Feb 2008 00:25:36 +0000 Subject: [PATCH] removed unnecessary #include which should have been in Jim's patch (not 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!) svn path=/trunk/; revision=3610 --- ChangeLog | 7 +++++++ src/core/compositor.h | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) 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,