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 /store | |
parent | b49099fd11b032ca0a2608c98e3cfff2ef9e1d7b (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'store')
-rw-r--r-- | store/source/stordir.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/store/source/stordir.cxx b/store/source/stordir.cxx index 0b3f16da3cfb..b9344234a4f7 100644 --- a/store/source/stordir.cxx +++ b/store/source/stordir.cxx @@ -30,37 +30,19 @@ #include "stordir.hxx" -#ifndef _SAL_TYPES_H_ #include <sal/types.h> -#endif -#ifndef _RTL_TEXTCVT_H_ #include <rtl/textcvt.h> -#endif -#ifndef _RTL_REF_HXX_ #include <rtl/ref.hxx> -#endif -#ifndef _OSL_MUTEX_HXX_ #include <osl/mutex.hxx> -#endif -#ifndef _STORE_TYPES_H_ #include "store/types.h" -#endif -#ifndef _STORE_OBJECT_HXX_ #include "object.hxx" -#endif -#ifndef _STORE_STORBASE_HXX_ #include "storbase.hxx" -#endif -#ifndef _STORE_STORDATA_HXX_ #include "stordata.hxx" -#endif -#ifndef _STORE_STORPAGE_HXX_ #include "storpage.hxx" -#endif using namespace store; |