summaryrefslogtreecommitdiff
path: root/vcl/unx/headless
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-18 14:43:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-18 15:48:30 +0100
commit6e566bc451f3db8a0507fe42946706fcb5616918 (patch)
tree1e373b9e160b88e86573b31baa5a816e95878ed0 /vcl/unx/headless
parent670245be8d872e7d8bab60cef5348bf86c80b845 (diff)
and so glyphcache.hxx is revealed to be unx only
Diffstat (limited to 'vcl/unx/headless')
-rw-r--r--vcl/unx/headless/svppspgraphics.cxx2
-rw-r--r--vcl/unx/headless/svptext.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/headless/svppspgraphics.cxx b/vcl/unx/headless/svppspgraphics.cxx
index 7b463a338e13..0e6832efc694 100644
--- a/vcl/unx/headless/svppspgraphics.cxx
+++ b/vcl/unx/headless/svppspgraphics.cxx
@@ -49,13 +49,13 @@
#include "salprn.hxx"
#include "salbmp.hxx"
-#include "glyphcache.hxx"
#include "impfont.hxx"
#include "outfont.hxx"
#include "fontsubset.hxx"
#include "printergfx.hxx"
#include "unx/headless/svppspgraphics.hxx"
#include "unx/headless/svpbmp.hxx"
+#include "unx/glyphcache.hxx"
#include "region.h"
using namespace psp;
diff --git a/vcl/unx/headless/svptext.cxx b/vcl/unx/headless/svptext.cxx
index 4d3424605ba2..41908cbc06b2 100644
--- a/vcl/unx/headless/svptext.cxx
+++ b/vcl/unx/headless/svptext.cxx
@@ -39,10 +39,10 @@
#endif
#include <outfont.hxx>
-#include <glyphcache.hxx>
#include <impfont.hxx>
#include <rtl/instance.hxx>
+#include "unx/glyphcache.hxx"
#include "unx/headless/svpgdi.hxx"
#include "unx/headless/svpbmp.hxx"
#include "unx/headless/svppspgraphics.hxx"