[Libreoffice-commits] core.git: 2 commits - vcl/source

Chris Sherlock chris.sherlock79 at gmail.com
Mon Jan 25 05:43:07 PST 2016


 vcl/source/gdi/salgdilayout.cxx |   31 +++----------------------------
 vcl/source/gdi/virdev.cxx       |   19 +++++--------------
 2 files changed, 8 insertions(+), 42 deletions(-)

New commits:
commit 841d9bfab4207ccb36ecffcba16171a05e80874b
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Tue Jan 26 00:42:01 2016 +1100

    vcl: remove unnecessary header includes in vcl/source/gdi/salgdilayout.cxx
    
    Change-Id: I4a49ef84b95e90976a8c1ed76a628c1d0dbf4ed2

diff --git a/vcl/source/gdi/salgdilayout.cxx b/vcl/source/gdi/salgdilayout.cxx
index 6d04c1e..7506b9e 100644
--- a/vcl/source/gdi/salgdilayout.cxx
+++ b/vcl/source/gdi/salgdilayout.cxx
@@ -17,34 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <tools/debug.hxx>
-#include <tools/poly.hxx>
-
-#include <vcl/svapp.hxx>
-#include <vcl/region.hxx>
-#include <vcl/virdev.hxx>
-#include <vcl/window.hxx>
-#include <vcl/metaact.hxx>
-#include <vcl/gdimtf.hxx>
-#include <vcl/print.hxx>
-#include <vcl/opengl/OpenGLContext.hxx>
-#include <vcl/outdev.hxx>
-#include <vcl/unowrap.hxx>
-#include <vcl/settings.hxx>
-
-#include <window.h>
-#include <openglgdiimpl.hxx>
-#include <outdev.h>
-#include <sallayout.hxx>
-#include <salgdi.hxx>
-#include <salframe.hxx>
-#include <salvd.hxx>
-#include <salprn.hxx>
-#include <svdata.hxx>
-#include <outdata.hxx>
-#include <memory>
-
-#include <basegfx/polygon/b2dpolygon.hxx>
+#include "openglgdiimpl.hxx"
+#include "salgdi.hxx"
+#include "salframe.hxx"
 
 // The only common SalFrame method
 
commit eee10037ae401cd53c4dd8dc61430ee167f999c9
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Tue Jan 26 00:35:50 2016 +1100

    vcl: remove unnecessary header includes in vcl/source/gdi/virdev.cxx
    
    Change-Id: I28579cb30397ac88c94952632e7cd3db7277dce0

diff --git a/vcl/source/gdi/virdev.cxx b/vcl/source/gdi/virdev.cxx
index 259d5e1..0b00b4c 100644
--- a/vcl/source/gdi/virdev.cxx
+++ b/vcl/source/gdi/virdev.cxx
@@ -17,21 +17,12 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <tools/debug.hxx>
-
-#include <vcl/settings.hxx>
-#include <vcl/svapp.hxx>
-#include <vcl/wrkwin.hxx>
-#include <vcl/virdev.hxx>
-
-#include <salinst.hxx>
-#include <salgdi.hxx>
-#include <salframe.hxx>
-#include <salvd.hxx>
-#include <outdev.h>
+#include "salinst.hxx"
+#include "salgdi.hxx"
+#include "salvd.hxx"
+#include "outdev.h"
 #include "PhysicalFontCollection.hxx"
-#include "impfontmetricdata.hxx"
-#include <svdata.hxx>
+#include "svdata.hxx"
 
 #include <vcl/ITiledRenderable.hxx>
 


More information about the Libreoffice-commits mailing list