diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:19 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:21:30 +0200 |
commit | 1275d274db37fc333838321347e1887488f8f4c0 (patch) | |
tree | 8857c3ae31f6ebddb0137f708487cbc1cccb1d97 /dtrans/source/win32/dnd/globals.hxx | |
parent | bcef91b779f6802dd8bdec91d945038716faf181 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'dtrans/source/win32/dnd/globals.hxx')
-rw-r--r-- | dtrans/source/win32/dnd/globals.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dtrans/source/win32/dnd/globals.hxx b/dtrans/source/win32/dnd/globals.hxx index 0f21d00d7371..b11b616011cd 100644 --- a/dtrans/source/win32/dnd/globals.hxx +++ b/dtrans/source/win32/dnd/globals.hxx @@ -27,9 +27,7 @@ #ifndef _GLOBALS_HXX_ #define _GLOBALS_HXX_ -#ifndef _OSL_MUTEX_H_ #include <osl/mutex.hxx> -#endif #if defined _MSC_VER #pragma warning(push,1) |