From f8f6016970dbb9ca6bacaf4b1e917855dba853d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann?= Date: Sat, 25 Feb 2006 19:50:50 +0000 Subject: [PATCH] Remove include of flash.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sat Feb 25 14:50:17 2006 Søren Sandmann * src/window.c: Remove include of flash.h --- ChangeLog | 4 ++++ src/window.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8954e5dd2..5934c14bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 25 14:50:17 2006 Søren Sandmann + + * src/window.c: Remove include of flash.h + Sat Feb 25 11:46:14 2006 Søren Sandmann * src/display.c (meta_display_begin_grab_op): Call diff --git a/src/window.c b/src/window.c index 956f2e867..41718b584 100644 --- a/src/window.c +++ b/src/window.c @@ -39,7 +39,6 @@ #include "resizepopup.h" #include "xprops.h" #include "group.h" -#include "flash.h" #include "window-props.h" #include "constraints.h" #include "compositor.h"