diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-18 16:10:00 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-18 16:10:00 +0100 |
commit | ff163f16d6fd12b5b93d8fd87cf7aac449e014f5 (patch) | |
tree | 07d8a53bdea383e40c3071e5eb1c98dabd6dc041 /vcl | |
parent | 4dd775f22cb26adaaca0558dd8e71d5f08a85cf3 (diff) |
Remove newly unused includes
Change-Id: I089160e7f5f3f2c8f2ac2443793822cc05a3d552
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index 420827f219e1..d5a301f02516 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -37,13 +37,6 @@ #include <cairo.h> -#if OSL_DEBUG_LEVEL > 2 -#include <basebmp/debug.hxx> -#include <fstream> -#include <rtl/strbuf.hxx> -#include <sys/stat.h> -#endif - #if CAIRO_VERSION < CAIRO_VERSION_ENCODE(1, 10, 0) # define CAIRO_OPERATOR_DIFFERENCE (static_cast<cairo_operator_t>(23)) |