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/GenericTool.hh | |
parent | de6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff) | |
download | fluxbox_pavel-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip fluxbox_pavel-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2 |
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/GenericTool.hh')
-rw-r--r-- | src/GenericTool.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GenericTool.hh b/src/GenericTool.hh index c44c9cc..52d82ac 100644 --- a/src/GenericTool.hh +++ b/src/GenericTool.hh | |||
@@ -25,13 +25,14 @@ | |||
25 | #define GENERICTOOL_HH | 25 | #define GENERICTOOL_HH |
26 | 26 | ||
27 | #include "ToolbarItem.hh" | 27 | #include "ToolbarItem.hh" |
28 | #include "ToolTheme.hh" | ||
29 | 28 | ||
30 | #include "FbTk/NotCopyable.hh" | 29 | #include "FbTk/NotCopyable.hh" |
31 | #include "FbTk/Observer.hh" | 30 | #include "FbTk/Observer.hh" |
32 | 31 | ||
33 | #include <memory> | 32 | #include <memory> |
34 | 33 | ||
34 | class ToolTheme; | ||
35 | |||
35 | namespace FbTk { | 36 | namespace FbTk { |
36 | class FbWindow; | 37 | class FbWindow; |
37 | } | 38 | } |