summaryrefslogtreecommitdiff
path: root/ACE/ace/MMAP_Memory_Pool.cpp
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-09-01 00:58:08 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-09-01 00:58:08 +0000
commit7d0620fa1798b11b7150750606040bd494a1a813 (patch)
treebf6d2a74f79a3ae4ef8af84510c2dcb2495ae21d /ACE/ace/MMAP_Memory_Pool.cpp
parent3e296ce1a9f2d33bdf2faaa90a1682c00c11290f (diff)
downloadATCD-7d0620fa1798b11b7150750606040bd494a1a813.tar.gz
Sun Sep 1 00:43:55 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
* NEWS: * ace/ACE.h: * ace/ACE.cpp: * ace/MEM_Acceptor.cpp: * ace/MMAP_Memory_Pool.cpp: * ace/Naming_Context.cpp: * ace/SPIPE_Connector.cpp: * ace/System_Time.cpp: Remove unneeded includes from ACE.h. ACE.h is included a lot, and bringing in any extra includes increases the risk of namespace collisions. All the cpp files above were implicitly dependent on ACE.h to include, which are now explicit.
Diffstat (limited to 'ACE/ace/MMAP_Memory_Pool.cpp')
-rw-r--r--ACE/ace/MMAP_Memory_Pool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/MMAP_Memory_Pool.cpp b/ACE/ace/MMAP_Memory_Pool.cpp
index e5eb2a4be1a..bc942e03e8f 100644
--- a/ACE/ace/MMAP_Memory_Pool.cpp
+++ b/ACE/ace/MMAP_Memory_Pool.cpp
@@ -8,6 +8,7 @@
#include "ace/OS_NS_sys_stat.h"
#include "ace/Log_Category.h"
#include "ace/Truncate.h"
+#include "ace/Lib_Find.h"
#if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1)
#include "ace/Based_Pointer_T.h"