diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-28 13:12:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:25:10 +0200 |
commit | 4c4d748767c5740cc4b5348c69ad86c68db234bd (patch) | |
tree | 0dd2552859802f0554f83589cc02995eaa7c602e /store/source | |
parent | 57154616f064752c237a278db18767241da13c3f (diff) |
Remove some more include guards
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
Diffstat (limited to 'store/source')
-rw-r--r-- | store/source/lockbyte.cxx | 3 | ||||
-rw-r--r-- | store/source/storbase.cxx | 3 | ||||
-rw-r--r-- | store/source/storbase.hxx | 7 | ||||
-rw-r--r-- | store/source/storcach.cxx | 3 |
4 files changed, 0 insertions, 16 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; |