From c70f1545e2df5818f251b558dcc64a83d3c270d3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 31 Oct 2014 07:39:30 +0100 Subject: Removed duplicated includes Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6 Reviewed-on: https://gerrit.libreoffice.org/12160 Tested-by: LibreOffice gerrit bot Reviewed-by: Michael Stahl --- toolkit/source/awt/asynccallback.cxx | 1 - toolkit/source/awt/vclxtoolkit.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'toolkit') diff --git a/toolkit/source/awt/asynccallback.cxx b/toolkit/source/awt/asynccallback.cxx index 41109f66617b..700580312477 100644 --- a/toolkit/source/awt/asynccallback.cxx +++ b/toolkit/source/awt/asynccallback.cxx @@ -22,7 +22,6 @@ #include #include "vcl/svapp.hxx" #include "osl/mutex.hxx" -#include "sal/config.h" #include "cppuhelper/factory.hxx" #include "cppuhelper/implementationentry.hxx" #include "cppuhelper/implbase2.hxx" diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 94fe04a65af4..4fd8d23ecac5 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -117,7 +117,6 @@ using org::libreoffice::touch::ByteBufferWrapper; #include #include #include "toolkit/awt/vclxspinbutton.hxx" -#include "toolkit/awt/scrollabledialog.hxx" #include #include #include -- cgit