diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-06-16 23:30:28 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-06-18 13:38:25 +0200 |
commit | a5dba7dbec8fb6ac709375fc7c5af0430dfb6c0b (patch) | |
tree | 6fce5bdca06f99da25e2eb534b79ca46d6b328ea /toolkit/source | |
parent | 0c2623978ec45a374dbd9119ed3ff44b7741875a (diff) |
remove unused osl/mutex.hxx includes
Change-Id: I3b50e45fdb99e9cd8bfda07356ee3ddb4dd0f8bb
Reviewed-on: https://gerrit.libreoffice.org/38905
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/awt/asynccallback.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/eventcontainer.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/source/awt/asynccallback.cxx b/toolkit/source/awt/asynccallback.cxx index 17004ede61a4..cfac81dfcaad 100644 --- a/toolkit/source/awt/asynccallback.cxx +++ b/toolkit/source/awt/asynccallback.cxx @@ -20,7 +20,6 @@ #include <sal/config.h> #include <vcl/svapp.hxx> -#include "osl/mutex.hxx" #include "cppuhelper/factory.hxx" #include "cppuhelper/implementationentry.hxx" #include <cppuhelper/implbase.hxx> diff --git a/toolkit/source/controls/eventcontainer.cxx b/toolkit/source/controls/eventcontainer.cxx index a64f8094b07b..3cc2aa802773 100644 --- a/toolkit/source/controls/eventcontainer.cxx +++ b/toolkit/source/controls/eventcontainer.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <osl/mutex.hxx> #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/factory.hxx> @@ -33,7 +32,6 @@ using namespace com::sun::star::container; using namespace com::sun::star::registry; using namespace com::sun::star::script; using namespace cppu; -using namespace osl; using namespace std; |