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/FbTk/Container.hh | |
parent | de6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff) | |
download | fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2 |
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/FbTk/Container.hh')
-rw-r--r-- | src/FbTk/Container.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbTk/Container.hh b/src/FbTk/Container.hh index 5fa13f3..954f929 100644 --- a/src/FbTk/Container.hh +++ b/src/FbTk/Container.hh | |||
@@ -29,7 +29,6 @@ | |||
29 | #include "Text.hh" // for Orientation | 29 | #include "Text.hh" // for Orientation |
30 | 30 | ||
31 | #include <list> | 31 | #include <list> |
32 | #include <functional> | ||
33 | 32 | ||
34 | namespace FbTk { | 33 | namespace FbTk { |
35 | 34 | ||