summaryrefslogtreecommitdiff
path: root/ace/Malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Malloc.h')
-rw-r--r--ace/Malloc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Malloc.h b/ace/Malloc.h
index dd6cafabf1a..b9a0b6a73e8 100644
--- a/ace/Malloc.h
+++ b/ace/Malloc.h
@@ -17,10 +17,12 @@
#if !defined (ACE_MALLOC_H)
#define ACE_MALLOC_H
-#include "ace/ACE.h"
-
#include "ace/Malloc_Base.h"
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+#pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
#if defined (ACE_HAS_MALLOC_STATS)
#include "ace/Synch_T.h"
#if defined (ACE_HAS_THREADS)