[Libreoffice-commits] core.git: vcl/win

Miklos Vajna vmiklos at suse.cz
Mon Apr 1 10:37:32 PDT 2013


 vcl/win/source/gdi/salgdi3.cxx |   20 --------------------
 1 file changed, 20 deletions(-)

New commits:
commit b5f296f818a3551f0ae024cf767a5aede7170cbc
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Mon Apr 1 19:34:55 2013 +0200

    vcl: unused includes
    
    Change-Id: I43d83b916bf1741cea7c94a77dcc57b69544801c

diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx
index e80b8ab..afbe04e 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>


More information about the Libreoffice-commits mailing list