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/CommandDialog.hh | |
parent | de6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff) | |
download | fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2 |
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/CommandDialog.hh')
-rw-r--r-- | src/CommandDialog.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CommandDialog.hh b/src/CommandDialog.hh index 47d6687..0069932 100644 --- a/src/CommandDialog.hh +++ b/src/CommandDialog.hh | |||
@@ -27,12 +27,11 @@ | |||
27 | 27 | ||
28 | #include "FbTk/TextBox.hh" | 28 | #include "FbTk/TextBox.hh" |
29 | #include "FbTk/TextButton.hh" | 29 | #include "FbTk/TextButton.hh" |
30 | #include "FbTk/Font.hh" | ||
31 | #include "FbTk/GContext.hh" | 30 | #include "FbTk/GContext.hh" |
32 | #include "FbTk/Command.hh" | ||
33 | #include "FbTk/RefCount.hh" | 31 | #include "FbTk/RefCount.hh" |
34 | 32 | ||
35 | class BScreen; | 33 | class BScreen; |
34 | class Command; | ||
36 | 35 | ||
37 | /** | 36 | /** |
38 | * Displays a fluxbox command dialog which executes fluxbox | 37 | * Displays a fluxbox command dialog which executes fluxbox |