summaryrefslogtreecommitdiffstats
path: root/vcl/generic/glyphs
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-11 10:13:15 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-11 10:30:02 +0200
commita0e8a1b69106dd55dd52fc6966ecf2b19d461fa9 (patch)
tree2d1e71e021e03e5a3491425d44208c6ba019988b /vcl/generic/glyphs
parentdisplayconnectiondispatch.hxx is private to vcl (diff)
downloadcore-a0e8a1b69106dd55dd52fc6966ecf2b19d461fa9.tar.gz
core-a0e8a1b69106dd55dd52fc6966ecf2b19d461fa9.zip
fontmanager.hxx is private to vcl
Change-Id: Iec1d1539db0b44d2ddc420cf500585098d4793fc
Diffstat (limited to 'vcl/generic/glyphs')
-rw-r--r--vcl/generic/glyphs/gcach_ftyp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx
index abfa77578086..b153e5cf2112 100644
--- a/vcl/generic/glyphs/gcach_ftyp.cxx
+++ b/vcl/generic/glyphs/gcach_ftyp.cxx
@@ -63,7 +63,7 @@ typedef const FT_Vector* FT_Vector_CPtr;
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/mman.h>
-#include "vcl/fontmanager.hxx"
+#include "fontmanager.hxx"
// the gamma table makes artificial bold look better for CJK glyphs
static unsigned char aGammaTable[257];