summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Gestalt.h
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2016-06-17 09:16:49 -0500
committerAdam Mitz <mitza@ociweb.com>2016-06-17 10:11:12 -0500
commit7767d0dd86da1d81ebe619f02e5716cac1ea4987 (patch)
tree3650bd583377f488fc437601bd68f2bd844ccc53 /ACE/ace/Service_Gestalt.h
parent44b929cc4ff5efa1a65661b756fa2222b927ea9e (diff)
downloadATCD-7767d0dd86da1d81ebe619f02e5716cac1ea4987.tar.gz
Removed include of ace/Auto_Ptr.h where not needed
GCC 6.1 by default issues warnings when seeing std::auto_ptr
Diffstat (limited to 'ACE/ace/Service_Gestalt.h')
-rw-r--r--ACE/ace/Service_Gestalt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Service_Gestalt.h b/ACE/ace/Service_Gestalt.h
index fc2854652f6..aae3b398124 100644
--- a/ACE/ace/Service_Gestalt.h
+++ b/ACE/ace/Service_Gestalt.h
@@ -20,7 +20,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Auto_Ptr.h"
#include "ace/SString.h"
#include "ace/Unbounded_Queue.h"
#include "ace/Unbounded_Set.h"