diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-02-24 10:21:29 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-02-24 10:21:29 (GMT) |
commit | 3c924a251ab0b3963791642f5d5002980f07227a (patch) | |
tree | 890855d6ae4b7730468dd499210d0714baae0a5c /src | |
parent | f0ffaf890f65d9902ba23e2cd019de5ddba071c5 (diff) | |
download | fluxbox-3c924a251ab0b3963791642f5d5002980f07227a.zip fluxbox-3c924a251ab0b3963791642f5d5002980f07227a.tar.bz2 |
removed unused headers
Diffstat (limited to 'src')
-rw-r--r-- | src/IconButton.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/IconButton.cc b/src/IconButton.cc index 0a50661..b08e51a 100644 --- a/src/IconButton.cc +++ b/src/IconButton.cc | |||
@@ -31,10 +31,6 @@ | |||
31 | #include "FbTk/EventManager.hh" | 31 | #include "FbTk/EventManager.hh" |
32 | #include "FbTk/ImageControl.hh" | 32 | #include "FbTk/ImageControl.hh" |
33 | #include "FbTk/TextUtils.hh" | 33 | #include "FbTk/TextUtils.hh" |
34 | #include "FbTk/MacroCommand.hh" | ||
35 | #include "FbTk/Menu.hh" | ||
36 | #include "FbTk/RefCount.hh" | ||
37 | #include "FbTk/SimpleCommand.hh" | ||
38 | 34 | ||
39 | #ifdef HAVE_CONFIG_H | 35 | #ifdef HAVE_CONFIG_H |
40 | #include "config.h" | 36 | #include "config.h" |