summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
Diffstat (limited to 'ace')
-rw-r--r--ace/Service_Config.cpp3
-rw-r--r--ace/Svc_Conf_Lexer_Guard.cpp5
2 files changed, 4 insertions, 4 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp
index 0da87d83656..1b87a1e5941 100644
--- a/ace/Service_Config.cpp
+++ b/ace/Service_Config.cpp
@@ -14,7 +14,6 @@
#include "ace/Service_Config.h"
#include "ace/XML_Svc_Conf.h"
-#include "ace/Auto_Ptr.h"
#if !defined (__ACE_INLINE__)
#include "ace/Service_Config.i"
@@ -24,7 +23,7 @@ ACE_RCSID (ace,
Service_Config,
"$Id$")
-ACE_ALLOC_HOOK_DEFINE(ACE_Service_Config)
+ACE_ALLOC_HOOK_DEFINE (ACE_Service_Config)
void
ACE_Service_Config::dump (void) const
diff --git a/ace/Svc_Conf_Lexer_Guard.cpp b/ace/Svc_Conf_Lexer_Guard.cpp
index 980d899d064..c5d79aa1f32 100644
--- a/ace/Svc_Conf_Lexer_Guard.cpp
+++ b/ace/Svc_Conf_Lexer_Guard.cpp
@@ -1,9 +1,10 @@
// -*- C++ -*-
-#include "ace/Svc_Conf.h"
+#include "ace/Svc_Conf_Lexer_Guard.h"
#if (ACE_USES_CLASSIC_SVC_CONF == 1)
-#include "ace/Svc_Conf_Lexer_Guard.h"
+
+#include "ace/Svc_Conf.h"
ACE_RCSID (ace,
Svc_Conf_Lexer_Guard,