From e8159871046448df4fba45d03e4b0efddf50859e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 13 Nov 2014 21:47:20 +0100 Subject: vcl: move the Impl class of MapMode ...uhm... out of the public header? And remove the tools/fract.hxx include. grep -l -r fract.hxx workdir/Dep/*Object* |wc -l before: 4569 after: 1851 Shrinks some libraries, example from --enable-dbgutil Fedora gcc 4.8.3: libvcllo.so by 473k (0.35%) libswlo.so by ~1Mb (sadly that is just 0.2%) Change-Id: I09bd025d551a5d2c5528b938a68c6aa5f8f114a0 --- toolkit/source/awt/vclxtoolkit.cxx | 1 + toolkit/source/awt/vclxwindow.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'toolkit') diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 932ac88cc12c..680fc0caa04b 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -55,6 +55,7 @@ #include #include #include +#include #include #ifdef MACOSX diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index 8bdec5409e6d..69407624c926 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -47,6 +47,7 @@ #include #include #include +#include #include #include #include -- cgit