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