diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-13 16:44:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-13 16:56:19 +0100 |
commit | 5f9969da4601855c66127f7977f7ce8d30abe5cd (patch) | |
tree | 89213c5de173598cf3e5b9d9b885fdc087bcadea /vcl/win/source | |
parent | 3bc78657cbbca66815073cdd1fad7324b0c65c95 (diff) |
Remove unused #include
Change-Id: Idbd1052355dc10795440fc71b5517b6594461c63
Diffstat (limited to 'vcl/win/source')
-rw-r--r-- | vcl/win/source/gdi/salgdi.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/win/source/gdi/salgdi.cxx b/vcl/win/source/gdi/salgdi.cxx index 9ef479385ff9..ecbc851bf854 100644 --- a/vcl/win/source/gdi/salgdi.cxx +++ b/vcl/win/source/gdi/salgdi.cxx @@ -39,8 +39,6 @@ #include <vcl/opengl/OpenGLHelper.hxx> -#include <officecfg/Office/Common.hxx> - #define DITHER_PAL_DELTA 51 #define DITHER_PAL_STEPS 6 #define DITHER_PAL_COUNT (DITHER_PAL_STEPS*DITHER_PAL_STEPS*DITHER_PAL_STEPS) |