summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2021-01-17 22:13:39 +0200
committerTor Lillqvist <tml@collabora.com>2021-01-18 00:35:42 +0100
commitfdcf4418e9acfe4e95000b9d12a182d6702d42b6 (patch)
tree7d37c2f27b883f794375e6d68bacc222e2cdff35 /vcl
parent6bdfee076d7aea02f5ac3ea180d384974ed1ae58 (diff)
Clean up includes a bit for iOS and macOS
Change-Id: I1dc6256968503ee3865f90e3693acce911a1d65c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109485 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/ios/salios.cxx18
-rw-r--r--vcl/osx/salmacos.cxx16
-rw-r--r--vcl/quartz/salbmp.cxx1
3 files changed, 0 insertions, 35 deletions
diff --git a/vcl/ios/salios.cxx b/vcl/ios/salios.cxx
index 625fcb049a09..59474c7443eb 100644
--- a/vcl/ios/salios.cxx
+++ b/vcl/ios/salios.cxx
@@ -25,25 +25,7 @@
#include <sal/log.hxx>
#include <osl/diagnose.h>
-#include <cstddef>
-#include <limits>
-
-#include <o3tl/make_shared.hxx>
-#include <basegfx/vector/b2ivector.hxx>
-#include <tools/color.hxx>
#include <vcl/bitmap.hxx>
-#include <vcl/BitmapAccessMode.hxx>
-#include <vcl/BitmapBuffer.hxx>
-#include <vcl/BitmapColor.hxx>
-#include <vcl/BitmapPalette.hxx>
-#include <vcl/ColorMask.hxx>
-#include <vcl/Scanline.hxx>
-
-#include <bitmap/bmpfast.hxx>
-
-#include <headless/svpframe.hxx>
-#include <headless/svpinst.hxx>
-#include <headless/svpvd.hxx>
#include <quartz/salbmp.h>
#include <quartz/salgdi.h>
diff --git a/vcl/osx/salmacos.cxx b/vcl/osx/salmacos.cxx
index 7d4569d65bca..9efe4dcb8003 100644
--- a/vcl/osx/salmacos.cxx
+++ b/vcl/osx/salmacos.cxx
@@ -25,21 +25,7 @@
#include <sal/log.hxx>
#include <osl/diagnose.h>
-#include <cstddef>
-#include <limits>
-
-#include <o3tl/make_shared.hxx>
-#include <basegfx/vector/b2ivector.hxx>
-#include <tools/color.hxx>
#include <vcl/bitmap.hxx>
-#include <vcl/BitmapAccessMode.hxx>
-#include <vcl/BitmapBuffer.hxx>
-#include <vcl/BitmapColor.hxx>
-#include <vcl/BitmapPalette.hxx>
-#include <vcl/ColorMask.hxx>
-#include <vcl/Scanline.hxx>
-
-#include <bitmap/bmpfast.hxx>
#include <quartz/salbmp.h>
#include <quartz/salgdi.h>
@@ -47,8 +33,6 @@
#include <quartz/utils.h>
#include <osx/saldata.hxx>
-#include <osx/salframe.h>
-#include <osx/salinst.h>
// From salbmp.cxx
diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx
index a1570dd04ffb..f50c81c3b637 100644
--- a/vcl/quartz/salbmp.cxx
+++ b/vcl/quartz/salbmp.cxx
@@ -25,7 +25,6 @@
#include <limits>
#include <o3tl/make_shared.hxx>
-#include <basegfx/vector/b2ivector.hxx>
#include <tools/color.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/BitmapAccessMode.hxx>