summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/inc/salhelper/simplereferenceobject.hxx6
-rw-r--r--salhelper/source/simplereferenceobject.cxx3
2 files changed, 0 insertions, 9 deletions
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 <cstddef>
-#define INCLUDED_CSTDDEF
-#endif
-#ifndef INCLUDED_NEW
#include <new>
-#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 <new>
-#define INCLUDED_NEW
-#endif
using salhelper::SimpleReferenceObject;