summaryrefslogtreecommitdiff
path: root/src/FbTk/XftFontImp.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/XftFontImp.hh')
-rw-r--r--src/FbTk/XftFontImp.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbTk/XftFontImp.hh b/src/FbTk/XftFontImp.hh
index c221d79..21a80b6 100644
--- a/src/FbTk/XftFontImp.hh
+++ b/src/FbTk/XftFontImp.hh
@@ -24,9 +24,8 @@
24#ifndef FBTK_XFTFONTIMP_HH 24#ifndef FBTK_XFTFONTIMP_HH
25#define FBTK_XFTFONTIMP_HH 25#define FBTK_XFTFONTIMP_HH
26 26
27#include "FontImp.hh"
28
29#include <X11/Xft/Xft.h> 27#include <X11/Xft/Xft.h>
28#include "FontImp.hh"
30 29
31namespace FbTk { 30namespace FbTk {
32 31