summaryrefslogtreecommitdiff
path: root/ucb
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 /ucb
parent57154616f064752c237a278db18767241da13c3f (diff)
Remove some more include guards
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
Diffstat (limited to 'ucb')
-rw-r--r--ucb/workben/cachemap/cachemapobject1.cxx3
-rw-r--r--ucb/workben/cachemap/cachemapobject1.hxx6
-rw-r--r--ucb/workben/cachemap/cachemapobject3.cxx3
-rw-r--r--ucb/workben/cachemap/cachemapobject3.hxx6
-rw-r--r--ucb/workben/cachemap/cachemaptest.cxx9
5 files changed, 0 insertions, 27 deletions
diff --git a/ucb/workben/cachemap/cachemapobject1.cxx b/ucb/workben/cachemap/cachemapobject1.cxx
index 219a45a42096..fdd05c5d8c0f 100644
--- a/ucb/workben/cachemap/cachemapobject1.cxx
+++ b/ucb/workben/cachemap/cachemapobject1.cxx
@@ -24,10 +24,7 @@
#include "rtl/ref.hxx"
#include "rtl/ustring.hxx"
-#ifndef INCLUDED_MEMORY
#include <memory>
-#define INCLUDED_MEMORY
-#endif
using ucb::cachemap::Object1;
using ucb::cachemap::ObjectContainer1;
diff --git a/ucb/workben/cachemap/cachemapobject1.hxx b/ucb/workben/cachemap/cachemapobject1.hxx
index 9dd3266b86b0..34b7e5e47662 100644
--- a/ucb/workben/cachemap/cachemapobject1.hxx
+++ b/ucb/workben/cachemap/cachemapobject1.hxx
@@ -26,14 +26,8 @@
#include "sal/types.h"
#include "salhelper/simplereferenceobject.hxx"
-#ifndef INCLUDED_MAP
#include <map>
-#define INCLUDED_MAP
-#endif
-#ifndef INCLUDED_MEMORY
#include <memory>
-#define INCLUDED_MEMORY
-#endif
namespace rtl { class OUString; }
namespace ucb { namespace cachemap { class Object1; } }
diff --git a/ucb/workben/cachemap/cachemapobject3.cxx b/ucb/workben/cachemap/cachemapobject3.cxx
index c86ca2da5672..b7cb5552b402 100644
--- a/ucb/workben/cachemap/cachemapobject3.cxx
+++ b/ucb/workben/cachemap/cachemapobject3.cxx
@@ -24,10 +24,7 @@
#include "rtl/ref.hxx"
#include "rtl/ustring.hxx"
-#ifndef INCLUDED_MEMORY
#include <memory>
-#define INCLUDED_MEMORY
-#endif
using ucb::cachemap::Object3;
using ucb::cachemap::ObjectContainer3;
diff --git a/ucb/workben/cachemap/cachemapobject3.hxx b/ucb/workben/cachemap/cachemapobject3.hxx
index 95709c465770..279436d4b74d 100644
--- a/ucb/workben/cachemap/cachemapobject3.hxx
+++ b/ucb/workben/cachemap/cachemapobject3.hxx
@@ -26,14 +26,8 @@
#include "sal/types.h"
#include "salhelper/simplereferenceobject.hxx"
-#ifndef INCLUDED_MAP
#include <map>
-#define INCLUDED_MAP
-#endif
-#ifndef INCLUDED_MEMORY
#include <memory>
-#define INCLUDED_MEMORY
-#endif
namespace rtl { class OUString; }
namespace ucb { namespace cachemap { class Object3; } }
diff --git a/ucb/workben/cachemap/cachemaptest.cxx b/ucb/workben/cachemap/cachemaptest.cxx
index 72aa19bc02e7..f486fbae05de 100644
--- a/ucb/workben/cachemap/cachemaptest.cxx
+++ b/ucb/workben/cachemap/cachemaptest.cxx
@@ -26,18 +26,9 @@
#include "rtl/ref.hxx"
#include "rtl/ustring.hxx"
-#ifndef INCLUDED_CSTDLIB
#include <cstdlib>
-#define INCLUDED_CSTDLIB
-#endif
-#ifndef INCLUDED_MEMORY
#include <memory>
-#define INCLUDED_MEMORY
-#endif
-#ifndef INCLUDED_STDIO_H
#include <stdio.h> // <iostream> or <cstdio> do not work well on all platforms
-#define INCLUDED_STDIO_H
-#endif
using ucb::cachemap::Object1;
using ucb::cachemap::Object2;