summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap3.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-01 16:02:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-01 16:02:12 +0100
commit4f7280e4cc34a284b91473cefcb179f04a1d7a08 (patch)
treef8ee6b9245974e7144d3e1d31de157a7a89f6200 /vcl/source/gdi/bitmap3.cxx
parent6c1e4d46298cf240c2487f29955fe13df53e67f4 (diff)
BitmapFilter, BitmapScaleSuper only used within vcl
Change-Id: Ia8a1207a584b599f01c47b658692d3eeae52cb3a
Diffstat (limited to 'vcl/source/gdi/bitmap3.cxx')
-rw-r--r--vcl/source/gdi/bitmap3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/bitmap3.cxx b/vcl/source/gdi/bitmap3.cxx
index fcf3751ced12..faaa65315e36 100644
--- a/vcl/source/gdi/bitmap3.cxx
+++ b/vcl/source/gdi/bitmap3.cxx
@@ -23,7 +23,6 @@
#include <vcl/bitmapaccess.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/bitmap.hxx>
-#include <vcl/bitmapscalesuper.hxx>
#include <config_features.h>
#if HAVE_FEATURE_OPENGL
#include <vcl/opengl/OpenGLHelper.hxx>
@@ -34,6 +33,7 @@
#include "impoctree.hxx"
#include "impvect.hxx"
+#include <bitmapscalesuper.hxx>
#include "octree.hxx"
#include "BitmapScaleConvolution.hxx"