diff options
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/openglgdiimpl.hxx | 7 | ||||
-rw-r--r-- | vcl/inc/regband.hxx | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/vcl/inc/openglgdiimpl.hxx b/vcl/inc/openglgdiimpl.hxx index 6e82b872abad..917cf01d82ed 100644 --- a/vcl/inc/openglgdiimpl.hxx +++ b/vcl/inc/openglgdiimpl.hxx @@ -29,7 +29,6 @@ #include "opengl/texture.hxx" #include "regionband.hxx" -#include <tools/poly.hxx> #include <vcl/opengl/OpenGLContext.hxx> class SalFrame; @@ -41,6 +40,12 @@ namespace basegfx class B2DTrapezoid; }; +namespace tools +{ + class Polygon; + class PolyPolygon; +} + struct TextureCombo { std::unique_ptr<OpenGLTexture> mpTexture; diff --git a/vcl/inc/regband.hxx b/vcl/inc/regband.hxx index 690888291598..205626ab2e70 100644 --- a/vcl/inc/regband.hxx +++ b/vcl/inc/regband.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_INC_REGBAND_HXX #define INCLUDED_VCL_INC_REGBAND_HXX -#include <tools/poly.hxx> +#include <sal/types.h> /* |