aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-30 06:44:11 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-30 06:44:11 (GMT)
commit4cc810b0d39917d37fa08034ac7dd509292c9ce3 (patch)
tree88c04dae96cda14478872c7aa34861c2f977ecb2 /src/FbWinFrame.hh
parentde6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff)
downloadfluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip
fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 6db69a8..f1dc9ed 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -29,7 +29,6 @@
29#include "FbTk/RefCount.hh" 29#include "FbTk/RefCount.hh"
30#include "FbTk/Observer.hh" 30#include "FbTk/Observer.hh"
31#include "FbTk/Color.hh" 31#include "FbTk/Color.hh"
32#include "FbTk/FbPixmap.hh"
33#include "FbTk/XLayerItem.hh" 32#include "FbTk/XLayerItem.hh"
34#include "FbTk/TextButton.hh" 33#include "FbTk/TextButton.hh"
35#include "FbTk/DefaultValue.hh" 34#include "FbTk/DefaultValue.hh"
@@ -47,10 +46,8 @@ class IconButton;
47class Focusable; 46class Focusable;
48 47
49namespace FbTk { 48namespace FbTk {
50class TextButton;
51class ImageControl; 49class ImageControl;
52class Command; 50class Command;
53class Button;
54class Texture; 51class Texture;
55class XLayer; 52class XLayer;
56} 53}