summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-05 15:55:27 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:12:52 +0200
commitbcdb4cc8666f55cd5998b42bab800bcb2e7d2f03 (patch)
treecc073e672182ebedcad8f84b4ace30a3a7b72a05 /store
parent334bef4563f3df39bba87f73a11a35744dd0a4d1 (diff)
more removed include guards using fixguard.py
Diffstat (limited to 'store')
-rw-r--r--store/source/lockbyte.hxx10
-rw-r--r--store/source/object.hxx6
-rw-r--r--store/source/stordir.hxx14
3 files changed, 0 insertions, 30 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
{
diff --git a/store/source/object.hxx b/store/source/object.hxx
index 1061b9c568a9..17fdc7f4c0e1 100644
--- a/store/source/object.hxx
+++ b/store/source/object.hxx
@@ -28,17 +28,11 @@
#ifndef _STORE_OBJECT_HXX_
#define _STORE_OBJECT_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 _OSL_INTERLCK_H_
#include "osl/interlck.h"
-#endif
namespace store
{
diff --git a/store/source/stordir.hxx b/store/source/stordir.hxx
index 66dd14bd81a6..3446c4a19080 100644
--- a/store/source/stordir.hxx
+++ b/store/source/stordir.hxx
@@ -28,29 +28,15 @@
#ifndef _STORE_STORDIR_HXX_
#define _STORE_STORDIR_HXX_ "$Revision: 1.1.2.2 $"
-#ifndef _SAL_TYPES_H_
#include <sal/types.h>
-#endif
-#ifndef _RTL_TEXTCVT_H_
#include <rtl/textcvt.h>
-#endif
-#ifndef _RTL_STRING_H_
#include <rtl/string.h>
-#endif
-#ifndef _RTL_REF_HXX_
#include <rtl/ref.hxx>
-#endif
-#ifndef _STORE_OBJECT_HXX_
#include "object.hxx"
-#endif
-#ifndef _STORE_STORBASE_HXX_
#include "storbase.hxx"
-#endif
-#ifndef _STORE_STORPAGE_HXX_
#include "storpage.hxx"
-#endif
namespace store
{