summaryrefslogtreecommitdiff
path: root/vcl/win/source/gdi/winlayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/win/source/gdi/winlayout.cxx')
-rwxr-xr-xvcl/win/source/gdi/winlayout.cxx27
1 files changed, 16 insertions, 11 deletions
diff --git a/vcl/win/source/gdi/winlayout.cxx b/vcl/win/source/gdi/winlayout.cxx
index 046dcf17171c..34900aaa951a 100755
--- a/vcl/win/source/gdi/winlayout.cxx
+++ b/vcl/win/source/gdi/winlayout.cxx
@@ -30,15 +30,22 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_vcl.hxx"
-#include <tools/svwin.h>
-#include <rtl/ustring.hxx>
-#include <osl/module.h>
-#include <osl/file.h>
+#include "tools/svwin.h"
+
+#include "salgdi.h"
+#include "saldata.hxx"
+// for GetMirroredChar
+#include "sft.h"
+
+#include "vcl/sallayout.hxx"
+#include "vcl/svapp.hxx"
+
+#include "rtl/ustring.hxx"
+
+#include "osl/module.h"
+#include "osl/file.h"
-#include <salgdi.h>
-#include <saldata.hxx>
-#include <vcl/sallayout.hxx>
#include <cstdio>
#include <malloc.h>
@@ -50,9 +57,6 @@
#include <algorithm>
#endif // GCP_KERN_HACK
-#include <psprint/sft.h>
-// for GetMirroredChar
-#include <vcl/svapp.hxx>
#define USE_UNISCRIBE
#ifdef USE_UNISCRIBE
@@ -62,8 +66,9 @@
#endif // USE_UNISCRIBE
#include <hash_map>
-typedef std::hash_map<int,int> IntMap;
#include <set>
+
+typedef std::hash_map<int,int> IntMap;
typedef std::set<int> IntSet;
#define DROPPED_OUTGLYPH 0xFFFF