summaryrefslogtreecommitdiff
path: root/ace/Connection/Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Connection/Acceptor.h')
-rw-r--r--ace/Connection/Acceptor.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Connection/Acceptor.h b/ace/Connection/Acceptor.h
index 63a448f1046..2c5511da0f0 100644
--- a/ace/Connection/Acceptor.h
+++ b/ace/Connection/Acceptor.h
@@ -14,15 +14,15 @@
#define ACE_ACCEPTOR_H
#include "ace/pre.h"
-#include "ace/Service_Config.h"
+#include "ace/Svcconf/Service_Config.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Service_Object.h"
-#include "ace/Svc_Handler.h"
-#include "ace/Strategies_T.h"
+#include "ace/Svcconf/Service_Object.h"
+#include "ace/Svcconf/Svc_Handler.h"
+#include "ace/Connection/Strategies_T.h"
/**
* @class ACE_Acceptor
@@ -556,7 +556,7 @@ private:
};
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
-#include "ace/Acceptor.cpp"
+#include "ace/Connection/Acceptor.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)