diff options
Diffstat (limited to 'include/vcl/outdevstate.hxx')
-rw-r--r-- | include/vcl/outdevstate.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/outdevstate.hxx b/include/vcl/outdevstate.hxx index d1f1ff6726b9..d3c469eff513 100644 --- a/include/vcl/outdevstate.hxx +++ b/include/vcl/outdevstate.hxx @@ -21,18 +21,18 @@ #define INCLUDED_VCL_OUTDEVSTATE_HXX #include <vcl/mapmod.hxx> -#include <vcl/region.hxx> -#include <vcl/font.hxx> #include <vcl/vclenum.hxx> -#include <tools/solar.h> +#include <tools/color.hxx> #include <tools/gen.hxx> #include <tools/fontenum.hxx> #include <o3tl/typed_flags_set.hxx> #include <memory> #include <boost/optional.hpp> +#include <i18nlangtag/lang.h> -class Color; +namespace vcl { class Font; } +namespace vcl { class Region; } // Flags for OutputDevice::Push() and OutDevState enum class PushFlags { |