diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-30 06:44:11 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-30 06:44:11 (GMT) |
commit | 4cc810b0d39917d37fa08034ac7dd509292c9ce3 (patch) | |
tree | 88c04dae96cda14478872c7aa34861c2f977ecb2 /src/FbWinFrame.hh | |
parent | de6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff) | |
download | fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2 |
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 3 |
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; | |||
47 | class Focusable; | 46 | class Focusable; |
48 | 47 | ||
49 | namespace FbTk { | 48 | namespace FbTk { |
50 | class TextButton; | ||
51 | class ImageControl; | 49 | class ImageControl; |
52 | class Command; | 50 | class Command; |
53 | class Button; | ||
54 | class Texture; | 51 | class Texture; |
55 | class XLayer; | 52 | class XLayer; |
56 | } | 53 | } |