summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-28 13:12:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 09:25:10 +0200
commit4c4d748767c5740cc4b5348c69ad86c68db234bd (patch)
tree0dd2552859802f0554f83589cc02995eaa7c602e /store
parent57154616f064752c237a278db18767241da13c3f (diff)
Remove some more include guards
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
Diffstat (limited to 'store')
-rw-r--r--store/source/lockbyte.cxx3
-rw-r--r--store/source/storbase.cxx3
-rw-r--r--store/source/storbase.hxx7
-rw-r--r--store/source/storcach.cxx3
-rw-r--r--store/workben/t_file.cxx3
5 files changed, 0 insertions, 19 deletions
diff --git a/store/source/lockbyte.cxx b/store/source/lockbyte.cxx
index c884f7846918..42c50ed65c2c 100644
--- a/store/source/lockbyte.cxx
+++ b/store/source/lockbyte.cxx
@@ -30,10 +30,7 @@
#include "object.hxx"
#include "storbase.hxx"
-#ifndef INCLUDED_STRING_H
#include <string.h>
-#define INCLUDED_STRING_H
-#endif
using namespace store;
diff --git a/store/source/storbase.cxx b/store/source/storbase.cxx
index 077f5f3ae307..ef3353ffb945 100644
--- a/store/source/storbase.cxx
+++ b/store/source/storbase.cxx
@@ -28,10 +28,7 @@
#include "store/types.h"
#include "object.hxx"
-#ifndef INCLUDED_STDIO_H
#include <stdio.h>
-#define INCLUDED_STDIO_H
-#endif
using namespace store;
diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx
index 2407599a81e4..7c07dbad0cf1 100644
--- a/store/source/storbase.hxx
+++ b/store/source/storbase.hxx
@@ -31,15 +31,8 @@
#include "store/types.h"
-#ifndef INCLUDED_STDDEF_H
#include <stddef.h>
-#define INCLUDED_STDDEF_H
-#endif
-
-#ifndef INCLUDED_STRING_H
#include <string.h>
-#define INCLUDED_STRING_H
-#endif
/*========================================================================
*
diff --git a/store/source/storcach.cxx b/store/source/storcach.cxx
index cb6421073367..e07aa7f1791c 100644
--- a/store/source/storcach.cxx
+++ b/store/source/storcach.cxx
@@ -29,10 +29,7 @@
#include "object.hxx"
#include "storbase.hxx"
-#ifndef INCLUDED_STDDEF_H
#include <stddef.h>
-#define INCLUDED_STDDEF_H
-#endif
using namespace store;
diff --git a/store/workben/t_file.cxx b/store/workben/t_file.cxx
index ffff8bd7c630..745fbbd978e9 100644
--- a/store/workben/t_file.cxx
+++ b/store/workben/t_file.cxx
@@ -24,10 +24,7 @@
#include "lockbyte.hxx"
-#ifndef INCLUDED_STDIO_H
#include <stdio.h>
-#define INCLUDED_STDIO_H
-#endif
#include "osl/file.h"
#include "osl/process.h"