summaryrefslogtreecommitdiff
path: root/sd/inc
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 /sd/inc
parent57154616f064752c237a278db18767241da13c3f (diff)
Remove some more include guards
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/drawdoc.hxx5
-rw-r--r--sd/inc/sdmod.hxx3
2 files changed, 1 insertions, 7 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index fe70260aed31..b8026e3abe45 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -43,11 +43,8 @@
#include <svx/svdundo.hxx>
#include <vector>
-
-#ifndef INCLUDED_MEMORY
#include <memory>
-#define INCLUDED_MEMORY
-#endif
+
#include "sddllapi.h"
#include "sdpage.hxx"
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx
index f4cebe33a716..c6f5900042f5 100644
--- a/sd/inc/sdmod.hxx
+++ b/sd/inc/sdmod.hxx
@@ -31,10 +31,7 @@
#include <sfx2/module.hxx>
#include <vcl/vclevent.hxx>
-#ifndef INCLUDED_MEMORY
#include <memory>
-#define INCLUDED_MEMORY
-#endif
class SdOptions;
class BasicIDE;