summaryrefslogtreecommitdiff
path: root/include/osl/mutex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/mutex.hxx')
-rw-r--r--include/osl/mutex.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osl/mutex.hxx b/include/osl/mutex.hxx
index 17d57e80b473..99241eb8b135 100644
--- a/include/osl/mutex.hxx
+++ b/include/osl/mutex.hxx
@@ -20,8 +20,6 @@
#ifndef INCLUDED_OSL_MUTEX_HXX
#define INCLUDED_OSL_MUTEX_HXX
-#ifdef __cplusplus
-
#include <osl/mutex.h>
@@ -240,7 +238,6 @@ namespace osl
typedef ResettableGuard< Mutex > ResettableMutexGuard;
}
-#endif /* __cplusplus */
#endif // INCLUDED_OSL_MUTEX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */