summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread_Manager.h')
-rw-r--r--ace/Thread_Manager.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/ace/Thread_Manager.h b/ace/Thread_Manager.h
index b5d58bccb1f..a5871d822dc 100644
--- a/ace/Thread_Manager.h
+++ b/ace/Thread_Manager.h
@@ -18,14 +18,15 @@
#define ACE_THREAD_MANAGER_H
#include "ace/Thread.h"
-#include "ace/Synch.h"
-#include "ace/Containers.h"
-#include "ace/Free_List.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
-#pragma once
+# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/Synch.h"
+#include "ace/Containers.h"
+#include "ace/Free_List.h"
+
// The following macros control how a Thread Manager manages a pool of
// Thread_Descriptor. Currently, the default behavior is not to
// preallocate any thread descriptor and never (well, almost never)