From a9dcadfd33cfdf6386f5b905b59231297dcee449 Mon Sep 17 00:00:00 2001 From: Arthur Arlt Date: Tue, 21 Jun 2011 14:04:58 +0200 Subject: [PATCH] Including scene.h is no longer necessary in client.cpp REVIEW: 101847 --- client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client.cpp b/client.cpp index 82188ff0fc..e165af556e 100644 --- a/client.cpp +++ b/client.cpp @@ -44,7 +44,6 @@ along with this program. If not, see . #include "atoms.h" #include "notifications.h" #include "rules.h" -#include "scene.h" #include "shadow.h" #include "deleted.h" #include "paintredirector.h"