aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 68da564..6c52566 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -22,6 +22,8 @@
22#ifndef FBWINFRAME_HH 22#ifndef FBWINFRAME_HH
23#define FBWINFRAME_HH 23#define FBWINFRAME_HH
24 24
25#include "WindowState.hh"
26
25#include "FbTk/FbWindow.hh" 27#include "FbTk/FbWindow.hh"
26#include "FbTk/EventHandler.hh" 28#include "FbTk/EventHandler.hh"
27#include "FbTk/RefCount.hh" 29#include "FbTk/RefCount.hh"
@@ -33,10 +35,6 @@
33#include "FbTk/Container.hh" 35#include "FbTk/Container.hh"
34#include "FbTk/Shape.hh" 36#include "FbTk/Shape.hh"
35 37
36#include "WindowState.hh"
37
38#include <X11/Xutil.h>
39
40#include <vector> 38#include <vector>
41#include <memory> 39#include <memory>
42 40
@@ -50,7 +48,6 @@ namespace FbTk {
50class ImageControl; 48class ImageControl;
51template <class T> class Command; 49template <class T> class Command;
52class Texture; 50class Texture;
53class Layer;
54} 51}
55 52
56/// holds a window frame with a client window 53/// holds a window frame with a client window