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/FontImp.hh | |
parent | de6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff) | |
download | fluxbox_pavel-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip fluxbox_pavel-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2 |
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/FbTk/FontImp.hh')
-rw-r--r-- | src/FbTk/FontImp.hh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/FbTk/FontImp.hh b/src/FbTk/FontImp.hh index 378c45f..83cb032 100644 --- a/src/FbTk/FontImp.hh +++ b/src/FbTk/FontImp.hh | |||
@@ -24,13 +24,11 @@ | |||
24 | #ifndef FBTK_FONTIMP_HH | 24 | #ifndef FBTK_FONTIMP_HH |
25 | #define FBTK_FONTIMP_HH | 25 | #define FBTK_FONTIMP_HH |
26 | 26 | ||
27 | #include "Color.hh" | 27 | #include "Text.hh" |
28 | #include "Font.hh" | 28 | #include "FbString.hh" |
29 | 29 | ||
30 | #include <X11/Xlib.h> | 30 | #include <X11/Xlib.h> |
31 | 31 | ||
32 | #include <string> | ||
33 | |||
34 | namespace FbTk { | 32 | namespace FbTk { |
35 | 33 | ||
36 | class FbDrawable; | 34 | class FbDrawable; |