diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 17:00:00 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:12:51 +0200 |
commit | 334bef4563f3df39bba87f73a11a35744dd0a4d1 (patch) | |
tree | 0a4fe9742bd353938254e6ed485af9c214d35879 /rdbmaker | |
parent | b49099fd11b032ca0a2608c98e3cfff2ef9e1d7b (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/source/codemaker/global.cxx | 2 | ||||
-rw-r--r-- | rdbmaker/source/rdbmaker/rdbmaker.cxx | 2 | ||||
-rw-r--r-- | rdbmaker/source/rdbmaker/typeblop.cxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/rdbmaker/source/codemaker/global.cxx b/rdbmaker/source/codemaker/global.cxx index 2e6d2a586444..dfc049da40d5 100644 --- a/rdbmaker/source/codemaker/global.cxx +++ b/rdbmaker/source/codemaker/global.cxx @@ -25,9 +25,7 @@ * ************************************************************************/ #include <osl/process.h> -#ifndef _RTL_OSTRINGBUFFER_HXX_ #include <rtl/strbuf.hxx> -#endif #include <rtl/ustring.hxx> #include <osl/thread.h> #include <osl/file.hxx> diff --git a/rdbmaker/source/rdbmaker/rdbmaker.cxx b/rdbmaker/source/rdbmaker/rdbmaker.cxx index 5a4bd498cca2..d2bb970ecf9d 100644 --- a/rdbmaker/source/rdbmaker/rdbmaker.cxx +++ b/rdbmaker/source/rdbmaker/rdbmaker.cxx @@ -31,9 +31,7 @@ #include <codemaker/typemanager.hxx> #include <codemaker/dependency.hxx> -#ifndef _RTL_OSTRINGBUFFER_HXX_ #include <rtl/strbuf.hxx> -#endif #if defined(SAL_W32) || defined(SAL_OS2) #include <io.h> diff --git a/rdbmaker/source/rdbmaker/typeblop.cxx b/rdbmaker/source/rdbmaker/typeblop.cxx index 0300970567d4..68cc23ace444 100644 --- a/rdbmaker/source/rdbmaker/typeblop.cxx +++ b/rdbmaker/source/rdbmaker/typeblop.cxx @@ -26,9 +26,7 @@ ************************************************************************/ #include <rtl/alloc.h> -#ifndef __REGISTRY_REFLWRIT_HXX__ #include <registry/reflwrit.hxx> -#endif #include <cppuhelper/servicefactory.hxx> #include <com/sun/star/container/XHierarchicalNameAccess.hpp> #include <com/sun/star/reflection/XInterfaceTypeDescription.hpp> |