diff options
Diffstat (limited to 'canvas/source/vcl/canvas.cxx')
-rw-r--r-- | canvas/source/vcl/canvas.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/canvas/source/vcl/canvas.cxx b/canvas/source/vcl/canvas.cxx index 988fa530007b..9cbb1c0d7467 100644 --- a/canvas/source/vcl/canvas.cxx +++ b/canvas/source/vcl/canvas.cxx @@ -19,24 +19,12 @@ #include <sal/config.h> -#include <algorithm> - -#include <basegfx/utils/canvastools.hxx> #include <com/sun/star/lang/NoSupportException.hpp> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> -#include <com/sun/star/uno/XComponentContext.hpp> #include <sal/log.hxx> #include <tools/diagnose_ex.h> -#include <vcl/bitmapex.hxx> -#include <vcl/canvastools.hxx> #include <vcl/outdev.hxx> -#include <vcl/window.hxx> - -#include <canvas/canvastools.hxx> #include "canvas.hxx" -#include "windowoutdevholder.hxx" using namespace ::com::sun::star; |