[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Mon Jan 25 15:33:38 PST 2016
vcl/inc/salbmp.hxx | 2 --
vcl/inc/salframe.hxx | 18 +++---------------
2 files changed, 3 insertions(+), 17 deletions(-)
New commits:
commit 31ad2d7af585e8f35a645482a92bdc37a66e64ca
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Tue Jan 26 10:32:27 2016 +1100
vcl: remove unnecessary included headers
Change-Id: I547a0028a24c6a32e2b13acb9a6b077da8b56964
diff --git a/vcl/inc/salbmp.hxx b/vcl/inc/salbmp.hxx
index f5301f9..574b11c 100644
--- a/vcl/inc/salbmp.hxx
+++ b/vcl/inc/salbmp.hxx
@@ -21,8 +21,6 @@
#define INCLUDED_VCL_INC_SALBMP_HXX
#include <tools/gen.hxx>
-#include <tools/solar.h>
-#include <vcl/dllapi.h>
#include <vcl/checksum.hxx>
#include <vcl/salbtype.hxx>
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index e562acd..161269b 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -20,24 +20,12 @@
#ifndef INCLUDED_VCL_INC_SALFRAME_HXX
#define INCLUDED_VCL_INC_SALFRAME_HXX
-#include <tools/solar.h>
-#include <vcl/dllapi.h>
+#include "salwtype.hxx"
+#include "salgeom.hxx"
-#include <vcl/ptrstyle.hxx>
-
-#include <salwtype.hxx>
-#include <salgeom.hxx>
-#include <tools/gen.hxx>
-#include <vcl/region.hxx>
-
-#include <vcl/impdel.hxx>
-#include <rtl/ustring.hxx>
-#include <vcl/keycod.hxx>
#include <vcl/window.hxx>
-#include <vcl/vclptr.hxx>
-#include <o3tl/typed_flags_set.hxx>
- // complete vcl::Window for SalFrame::CallCallback under -fsanitize=function
+// complete vcl::Window for SalFrame::CallCallback under -fsanitize=function
class AllSettings;
class SalGraphics;
More information about the Libreoffice-commits
mailing list