vcl: remove more unnecessary headers from mapmod.hxx

Change-Id: I9ce4c11cc9e7e703fbaad76a062ad38bb900ed9a
This commit is contained in:
Michael Stahl
2014-11-14 00:39:57 +01:00
parent e815987104
commit f9a161f89a
4 changed files with 4 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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;

View File

@@ -19,6 +19,7 @@
#include <vcl/mapmod.hxx>
#include <tools/gen.hxx>
#include <tools/fract.hxx>
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>