summaryrefslogtreecommitdiff
path: root/configmgr/source/inc/datalock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/inc/datalock.hxx')
-rw-r--r--configmgr/source/inc/datalock.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/configmgr/source/inc/datalock.hxx b/configmgr/source/inc/datalock.hxx
index 7199f63638..b86166139f 100644
--- a/configmgr/source/inc/datalock.hxx
+++ b/configmgr/source/inc/datalock.hxx
@@ -31,7 +31,11 @@
#ifndef CONFIGMGR_DATALOCK_HXX_
#define CONFIGMGR_DATALOCK_HXX_
-#include <osl/mutex.hxx>
+#include "sal/config.h"
+
+#include "osl/interlck.h"
+#include "osl/mutex.hxx"
+
namespace configmgr {
class UnoApiLock
@@ -64,6 +68,4 @@ namespace configmgr {
};
}
-using configmgr::UnoApiLock;
-
#endif // CONFIGMGR_DATALOCK_HXX_