summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-04 17:00:00 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:12:51 +0200
commitde7596f102c304b74e0d406886db1cb006850a12 (patch)
tree7db966ac8c4abab76ba6a26209a4020ab78f04d8 /store
parent27c6c1f5a405b3b17d8e70e6c0f5607d1c1d20fe (diff)
remove include guards using fixguard.py
Diffstat (limited to 'store')
-rw-r--r--store/source/stordir.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/store/source/stordir.cxx b/store/source/stordir.cxx
index db6de1245..81c514491 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;