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 /store/source/lockbyte.hxx | |
parent | 334bef4563f3df39bba87f73a11a35744dd0a4d1 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'store/source/lockbyte.hxx')
-rw-r--r-- | store/source/lockbyte.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/store/source/lockbyte.hxx b/store/source/lockbyte.hxx index ef34b8708f26..8d2c4a490786 100644 --- a/store/source/lockbyte.hxx +++ b/store/source/lockbyte.hxx @@ -28,23 +28,13 @@ #ifndef _STORE_LOCKBYTE_HXX_ #define _STORE_LOCKBYTE_HXX_ "$Revision: 1.1.2.1 $" -#ifndef _SAL_TYPES_H_ #include "sal/types.h" -#endif -#ifndef _RTL_REF_HXX_ #include "rtl/ref.hxx" -#endif -#ifndef _RTL_USTRING_H_ #include "rtl/ustring.h" -#endif -#ifndef _STORE_TYPES_H_ #include "store/types.h" -#endif -#ifndef _STORE_STORBASE_HXX_ #include "storbase.hxx" -#endif namespace store { |