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

Chris Sherlock chris.sherlock79 at gmail.com
Mon Jan 25 15:17:06 PST 2016


 vcl/inc/printdlg.hxx |   25 +++++++++----------------
 vcl/inc/regband.hxx  |    2 --
 2 files changed, 9 insertions(+), 18 deletions(-)

New commits:
commit 591269f499007c253f0316399566ebd69f81cb0a
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Tue Jan 26 10:16:04 2016 +1100

    vcl: regband.hxx doesn't need sal/types.h any more
    
    Change-Id: I1b329a8242800b9b33b891b1fb9b5810be6397e5

diff --git a/vcl/inc/regband.hxx b/vcl/inc/regband.hxx
index 51a62de..f74f837 100644
--- a/vcl/inc/regband.hxx
+++ b/vcl/inc/regband.hxx
@@ -20,8 +20,6 @@
 #ifndef INCLUDED_VCL_INC_REGBAND_HXX
 #define INCLUDED_VCL_INC_REGBAND_HXX
 
-#include <sal/types.h>
-
 /*
 
 class ImplRegionBand
commit 8dea4905a3ddcd4a970d55955a7a90fef1e4346d
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Tue Jan 26 10:12:05 2016 +1100

    vcl: remove unnecessary headers in printdlg.hxx
    
    Change-Id: I5c5d1652330e9a76d46e596fc49ac732327c6484

diff --git a/vcl/inc/printdlg.hxx b/vcl/inc/printdlg.hxx
index da25c82..d11a689 100644
--- a/vcl/inc/printdlg.hxx
+++ b/vcl/inc/printdlg.hxx
@@ -22,22 +22,15 @@
 
 #include <vcl/dllapi.h>
 
-#include "print.h"
-
-#include "vcl/print.hxx"
-#include "vcl/dialog.hxx"
-#include "vcl/fixed.hxx"
-#include "vcl/button.hxx"
-#include "vcl/gdimtf.hxx"
-#include "vcl/lstbox.hxx"
-#include "vcl/prgsbar.hxx"
-#include "vcl/field.hxx"
-#include "vcl/tabctrl.hxx"
-#include "vcl/tabpage.hxx"
-#include "vcl/virdev.hxx"
-
-#include <memory>
-#include <map>
+#include <vcl/print.hxx>
+#include <vcl/dialog.hxx>
+#include <vcl/fixed.hxx>
+#include <vcl/button.hxx>
+#include <vcl/prgsbar.hxx>
+#include <vcl/field.hxx>
+#include <vcl/tabctrl.hxx>
+#include <vcl/tabpage.hxx>
+#include <vcl/virdev.hxx>
 
 namespace vcl
 {


More information about the Libreoffice-commits mailing list