diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-04-01 19:34:55 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-04-01 19:36:59 +0200 |
commit | b5f296f818a3551f0ae024cf767a5aede7170cbc (patch) | |
tree | cf31f0916150c5b43c52311dbd8b2db220908d9e /vcl/win | |
parent | 2a8e44eba3e540adb763c3a1e29aa4e2057d0301 (diff) |
vcl: unused includes
Change-Id: I43d83b916bf1741cea7c94a77dcc57b69544801c
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/gdi/salgdi3.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx index e80b8ab44e0f..afbe04e967b4 100644 --- a/vcl/win/source/gdi/salgdi3.cxx +++ b/vcl/win/source/gdi/salgdi3.cxx @@ -23,52 +23,32 @@ #include <svsys.h> #include "rtl/logfile.hxx" -#include "rtl/tencinfo.h" -#include "rtl/textcvt.h" #include "rtl/bootstrap.hxx" #include "i18npool/mslangid.hxx" -#include "i18npool/languagetag.hxx" -#include "osl/module.h" #include "osl/file.hxx" -#include "osl/thread.hxx" #include "osl/process.h" #include "basegfx/polygon/b2dpolygon.hxx" -#include "basegfx/polygon/b2dpolypolygon.hxx" -#include "basegfx/matrix/b2dhommatrix.hxx" #include "basegfx/matrix/b2dhommatrixtools.hxx" #include "unotools/fontcfg.hxx" // for IMPL_FONT_ATTR_SYMBOL -#include "vcl/font.hxx" -#include "vcl/svapp.hxx" - -#include "tools/poly.hxx" -#include "tools/debug.hxx" #include "tools/stream.hxx" #include "tools/helpers.hxx" #include <vcl/sysdata.hxx> -#include "win/wincomp.hxx" #include "win/saldata.hxx" #include "win/salgdi.h" -#include "outfont.hxx" #include "fontsubset.hxx" -#include "sallayout.hxx" #include "outdev.h" // for ImplGlyphFallbackFontSubstitution #include "sft.hxx" #include <algorithm> -#include <config_graphite.h> -#if ENABLE_GRAPHITE -#include <graphite2/Font.h> -#endif - #include <vector> #include <set> #include <map> |