summaryrefslogtreecommitdiffstats
path: root/sal/inc/rtl/allocator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/rtl/allocator.hxx')
-rw-r--r--sal/inc/rtl/allocator.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sal/inc/rtl/allocator.hxx b/sal/inc/rtl/allocator.hxx
index 36bbd0036685..2aa9e2a68c5d 100644
--- a/sal/inc/rtl/allocator.hxx
+++ b/sal/inc/rtl/allocator.hxx
@@ -25,16 +25,11 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#if !defined INCLUDED_RTL_ALLOCATOR_HXX
+#ifndef INCLUDED_RTL_ALLOCATOR_HXX
#define INCLUDED_RTL_ALLOCATOR_HXX
-#if ! defined(_SAL_TYPES_H_)
#include "sal/types.h"
-#endif
-#if ! defined(_RTL_ALLOC_H_)
#include "rtl/alloc.h"
-#endif
-
#include <cstddef>
/// @cond INTERNAL