summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-03-20 00:21:17 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-03-20 16:11:57 -0500
commit7154b092a716d4d0041a8a563294511ec9e5dbc6 (patch)
tree2e2cbbd319a3ee008b536f584bf7a160f0f8ee01 /vcl/unx
parent5971a040f974dcdd0b0d8491d720fa7ad74439b4 (diff)
cosmetic: split PhysicalFontFace class it its own source/header
oudev,2,3,4,5,6 are a dumping ground for a lot of things chipping at it one class at the time... organize the #include of the impacted source while at it. Change-Id: I57bbb1f9e3c6b2ac6b3ca127e5976bf16f3e3cf8
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/generic/gdi/salgdi3.cxx51
1 files changed, 21 insertions, 30 deletions
diff --git a/vcl/unx/generic/gdi/salgdi3.cxx b/vcl/unx/generic/gdi/salgdi3.cxx
index 2c8949d01547..389db5df6d9e 100644
--- a/vcl/unx/generic/gdi/salgdi3.cxx
+++ b/vcl/unx/generic/gdi/salgdi3.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/types.h>
#include <string.h>
#include <stdio.h>
-#include <stdlib.h>
#include <math.h>
#include <unistd.h>
#include <fcntl.h>
@@ -29,44 +29,35 @@
#include <sys/stat.h>
#include <sys/types.h>
-#include "sal/alloca.h"
-#include "sal/types.h"
-
-#include "rtl/tencinfo.h"
-
-#include "osl/file.hxx"
-#include "osl/module.hxx"
-
-#include "tools/debug.hxx"
-#include "tools/stream.hxx"
-
-#include "basegfx/polygon/b2dpolypolygon.hxx"
-
-#include "i18nlangtag/mslangid.hxx"
-
+#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <boost/unordered_set.hpp>
-
-#include <vcl/sysdata.hxx>
+#include <i18nlangtag/mslangid.hxx>
+#include <osl/file.hxx>
+#include <osl/module.hxx>
+#include <rtl/tencinfo.h>
+#include <sal/alloca.h>
+#include <tools/debug.hxx>
+#include <tools/stream.hxx>
#include <vcl/settings.hxx>
+#include <vcl/sysdata.hxx>
+#include <vcl/jobdata.hxx>
+#include <vcl/printerinfomanager.hxx>
+#include <vcl/svapp.hxx>
-#include "generic/printergfx.hxx"
#include "fontmanager.hxx"
-#include "vcl/jobdata.hxx"
-#include "vcl/printerinfomanager.hxx"
-#include "vcl/svapp.hxx"
-
-#include "unx/salunx.h"
+#include "gcach_xpeer.hxx"
+#include "generic/genpspgraphics.h"
+#include "generic/printergfx.hxx"
+#include "impfont.hxx"
+#include "outdev.h"
+#include "PhysicalFontFace.hxx"
+#include "salframe.hxx"
#include "unx/saldata.hxx"
#include "unx/saldisp.hxx"
#include "unx/salgdi.h"
-#include "generic/genpspgraphics.h"
+#include "unx/salunx.h"
#include "unx/salvd.h"
-
-#include "gcach_xpeer.hxx"
#include "xrender_peer.hxx"
-#include "impfont.hxx"
-#include "salframe.hxx"
-#include "outdev.h"
#include <config_graphite.h>
#if ENABLE_GRAPHITE