From 4c4d748767c5740cc4b5348c69ad86c68db234bd Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 28 Jun 2012 13:12:59 +0200 Subject: Remove some more include guards Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce --- salhelper/inc/salhelper/simplereferenceobject.hxx | 6 ------ salhelper/source/simplereferenceobject.cxx | 3 --- 2 files changed, 9 deletions(-) (limited to 'salhelper') diff --git a/salhelper/inc/salhelper/simplereferenceobject.hxx b/salhelper/inc/salhelper/simplereferenceobject.hxx index ca8db124897c..b32450c295dd 100644 --- a/salhelper/inc/salhelper/simplereferenceobject.hxx +++ b/salhelper/inc/salhelper/simplereferenceobject.hxx @@ -24,14 +24,8 @@ #include "sal/types.h" #include "salhelperdllapi.h" -#ifndef INCLUDED_CSTDDEF #include -#define INCLUDED_CSTDDEF -#endif -#ifndef INCLUDED_NEW #include -#define INCLUDED_NEW -#endif namespace salhelper { diff --git a/salhelper/source/simplereferenceobject.cxx b/salhelper/source/simplereferenceobject.cxx index c2ff482fd915..2c5af54eb7a4 100644 --- a/salhelper/source/simplereferenceobject.cxx +++ b/salhelper/source/simplereferenceobject.cxx @@ -20,10 +20,7 @@ #include "salhelper/simplereferenceobject.hxx" #include "osl/diagnose.h" -#ifndef INCLUDED_NEW #include -#define INCLUDED_NEW -#endif using salhelper::SimpleReferenceObject; -- cgit