diff options
Diffstat (limited to 'src/FbTk/XftFontImp.hh')
-rw-r--r-- | src/FbTk/XftFontImp.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/XftFontImp.hh b/src/FbTk/XftFontImp.hh index 178ef3a..d80c5c9 100644 --- a/src/FbTk/XftFontImp.hh +++ b/src/FbTk/XftFontImp.hh | |||
@@ -24,9 +24,9 @@ | |||
24 | #ifndef FBTK_XFTFONTIMP_HH | 24 | #ifndef FBTK_XFTFONTIMP_HH |
25 | #define FBTK_XFTFONTIMP_HH | 25 | #define FBTK_XFTFONTIMP_HH |
26 | 26 | ||
27 | #include <X11/Xft/Xft.h> | ||
28 | #include "FontImp.hh" | 27 | #include "FontImp.hh" |
29 | #include <string> | 28 | |
29 | #include <X11/Xft/Xft.h> | ||
30 | 30 | ||
31 | namespace FbTk { | 31 | namespace FbTk { |
32 | 32 | ||