summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-09 21:08:37 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-09 21:11:29 +0200
commitf790281b94d37f7ea2c2e8fc7b121266d88f93bb (patch)
tree8ab2f3155ef6422d0d4f6f436a356038b9b5463a /src/gui/widgets/window.h
parent3dacb9b09622375d35d704c8ac9d7039d506026f (diff)
downloadmana-client-f790281b94d37f7ea2c2e8fc7b121266d88f93bb.tar.gz
mana-client-f790281b94d37f7ea2c2e8fc7b121266d88f93bb.tar.bz2
mana-client-f790281b94d37f7ea2c2e8fc7b121266d88f93bb.tar.xz
mana-client-f790281b94d37f7ea2c2e8fc7b121266d88f93bb.zip
Increased the distance between head and overhead text a bit
Plus some small code cleanups.
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r--src/gui/widgets/window.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h
index 563e2f2f..f980b96a 100644
--- a/src/gui/widgets/window.h
+++ b/src/gui/widgets/window.h
@@ -25,8 +25,6 @@
#include "graphics.h"
#include "guichanfwd.h"
-#include "gui/widgets/resizegrip.h"
-
#include <guichan/widgetlistener.hpp>
#include <guichan/widgets/window.hpp>
@@ -34,6 +32,7 @@
class ContainerPlacer;
class Layout;
class LayoutCell;
+class ResizeGrip;
class Skin;
class WindowContainer;