summaryrefslogtreecommitdiff
path: root/vcl/generic/fontmanager/fontsubst.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-11 13:41:05 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-11 03:30:42 +0000
commit09a1566bf18cdf98b111d4979e4f4ad52ce65b07 (patch)
tree8ae3d9283dacd2c94214f3aeda853b73f403f511 /vcl/generic/fontmanager/fontsubst.cxx
parent557a6d20080e6f4d95db9e5b4dff87f3e51ac054 (diff)
vcl: move all glyph files from generic to unx
All the files in glyph are only used by Unix based systems, with the exception of OS X. Therefore, it's not really "generic" as in "used across all platforms" but is generic as in "used in all Unix-based systems". Change-Id: Id89c09df74f0ddafee5c88c55bac4c35f9b23ef8 Reviewed-on: https://gerrit.libreoffice.org/21312 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/generic/fontmanager/fontsubst.cxx')
-rw-r--r--vcl/generic/fontmanager/fontsubst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/fontmanager/fontsubst.cxx b/vcl/generic/fontmanager/fontsubst.cxx
index 5f7bfb361d46..f88944504764 100644
--- a/vcl/generic/fontmanager/fontsubst.cxx
+++ b/vcl/generic/fontmanager/fontsubst.cxx
@@ -19,7 +19,7 @@
#include "generic/geninst.h"
#include "generic/genpspgraphics.h"
-#include "generic/glyphcache.hxx"
+#include "unx/glyphcache.hxx"
#include "vcl/sysdata.hxx"
#include "fontinstance.hxx"