diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:27 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:12:52 +0200 |
commit | bcdb4cc8666f55cd5998b42bab800bcb2e7d2f03 (patch) | |
tree | cc073e672182ebedcad8f84b4ace30a3a7b72a05 /bridges/inc | |
parent | 334bef4563f3df39bba87f73a11a35744dd0a4d1 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'bridges/inc')
-rw-r--r-- | bridges/inc/bridges/cpp_uno/bridge.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bridges/inc/bridges/cpp_uno/bridge.hxx b/bridges/inc/bridges/cpp_uno/bridge.hxx index 9175adfb7858..cb332673b150 100644 --- a/bridges/inc/bridges/cpp_uno/bridge.hxx +++ b/bridges/inc/bridges/cpp_uno/bridge.hxx @@ -27,9 +27,7 @@ #ifndef _BRIDGES_CPP_UNO_BRIDGE_HXX_ #define _BRIDGES_CPP_UNO_BRIDGE_HXX_ -#ifndef _BRIDGES_CPP_UNO_BRIDGE_H_ #include <bridges/cpp_uno/bridge.h> -#endif #include <osl/mutex.hxx> #include <rtl/process.h> #include <rtl/ustrbuf.hxx> |