diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-03-24 13:56:11 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-03-24 13:56:11 +0100 |
commit | 2f852c6e840fa089fd778eec1f7096e4218f5498 (patch) | |
tree | 3806f573dfe626dbbcb9d168d6a6b4b9d52b28b1 /vcl/unx/headless | |
parent | c80267e6ed2feef852066981b3c98f37de800c83 (diff) |
vcl2gnumake: fix warnings
Diffstat (limited to 'vcl/unx/headless')
-rw-r--r-- | vcl/unx/headless/svpgdi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/headless/svpgdi.cxx b/vcl/unx/headless/svpgdi.cxx index a460bb271198..3a72e126e4d2 100644 --- a/vcl/unx/headless/svpgdi.cxx +++ b/vcl/unx/headless/svpgdi.cxx @@ -29,7 +29,6 @@ #include "svpbmp.hxx" #include <vcl/sysdata.hxx> -#include <vcl/region.h> #include <basegfx/range/b2drange.hxx> #include <basegfx/range/b2irange.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> @@ -47,6 +46,7 @@ #endif #include <svppspgraphics.hxx> +#include <region.h> using namespace basegfx; using namespace basebmp; |