diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-26 01:12:42 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-26 01:12:42 +1100 |
commit | 209acc934a65ff4eae6b8e4bad0474d751ada94f (patch) | |
tree | 47444a7dba315d22342396a85bdf2a2da1d637bc /vcl/source/outdev | |
parent | 3c3d84bd37dbc350a95dbbb5f39c4687f934ccfb (diff) |
vcl: remove unnecessary headers from outdevstate.cxx
Change-Id: I19d8ea633d5fd5462af29a43b916518a31a94787
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r-- | vcl/source/outdev/outdevstate.cxx | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/vcl/source/outdev/outdevstate.cxx b/vcl/source/outdev/outdevstate.cxx index 354d6d0b460f..4a0f4855b7a7 100644 --- a/vcl/source/outdev/outdevstate.cxx +++ b/vcl/source/outdev/outdevstate.cxx @@ -18,26 +18,13 @@ */ #include <vcl/outdevstate.hxx> - -#include <vcl/outdev.hxx> #include <vcl/virdev.hxx> - #include <vcl/settings.hxx> -#include <vcl/mapmod.hxx> -#include <vcl/region.hxx> -#include <vcl/font.hxx> -#include <vcl/vclenum.hxx> - -#include <tools/gen.hxx> -#include <tools/color.hxx> -#include <tools/fontenum.hxx> - #include "outdev.h" #include "outdata.hxx" -#include <outdevstatestack.hxx> +#include "outdevstatestack.hxx" #include "salgdi.hxx" -#include "sallayout.hxx" OutDevState::OutDevState() : mpMapMode(nullptr) |