summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-14 00:39:57 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-14 01:08:47 +0100
commitf9a161f89a00f2f706ec85b66ab994d1dbea89df (patch)
treec18bf5602b523cae22784f29049a3d351de09e55 /include
parente8159871046448df4fba45d03e4b0efddf50859e (diff)
vcl: remove more unnecessary headers from mapmod.hxx
Change-Id: I9ce4c11cc9e7e703fbaad76a062ad38bb900ed9a
Diffstat (limited to 'include')
-rw-r--r--include/svx/sdr/overlay/overlaymanager.hxx1
-rw-r--r--include/vcl/gfxlink.hxx1
-rw-r--r--include/vcl/mapmod.hxx4
3 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/sdr/overlay/overlaymanager.hxx b/include/svx/sdr/overlay/overlaymanager.hxx
index 5d84de28c865..c0a03c405521 100644
--- a/include/svx/sdr/overlay/overlaymanager.hxx
+++ b/include/svx/sdr/overlay/overlaymanager.hxx
@@ -26,6 +26,7 @@
#include <svx/sdr/overlay/overlayobject.hxx>
#include <vcl/mapmod.hxx>
#include <tools/color.hxx>
+#include <tools/gen.hxx>
#include <svx/svxdllapi.h>
#include <svtools/optionsdrawinglayer.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
diff --git a/include/vcl/gfxlink.hxx b/include/vcl/gfxlink.hxx
index c092f0bbf7ec..4d326d9f24ae 100644
--- a/include/vcl/gfxlink.hxx
+++ b/include/vcl/gfxlink.hxx
@@ -22,6 +22,7 @@
#include <rtl/ustring.hxx>
#include <tools/stream.hxx>
+#include <tools/gen.hxx>
#include <tools/solar.h>
#include <vcl/dllapi.h>
#include <vcl/mapmod.hxx>
diff --git a/include/vcl/mapmod.hxx b/include/vcl/mapmod.hxx
index 7ec4ca50239b..266e38f1ad0f 100644
--- a/include/vcl/mapmod.hxx
+++ b/include/vcl/mapmod.hxx
@@ -20,12 +20,10 @@
#ifndef INCLUDED_VCL_MAPMOD_HXX
#define INCLUDED_VCL_MAPMOD_HXX
-#include <tools/gen.hxx>
-#include <tools/solar.h>
#include <vcl/dllapi.h>
-#include <tools/resid.hxx>
#include <tools/mapunit.hxx>
+class Point;
class Fraction;
class SvStream;
class OutputDevice;