summaryrefslogtreecommitdiff
path: root/ace/Sockets/SOCK_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Sockets/SOCK_Acceptor.h')
-rw-r--r--ace/Sockets/SOCK_Acceptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Sockets/SOCK_Acceptor.h b/ace/Sockets/SOCK_Acceptor.h
index b5bd8f8ff17..484c558e3ee 100644
--- a/ace/Sockets/SOCK_Acceptor.h
+++ b/ace/Sockets/SOCK_Acceptor.h
@@ -14,13 +14,13 @@
#define ACE_SOCK_ACCEPTOR_H
#include "ace/pre.h"
-#include "ace/SOCK_Stream.h"
+#include "ace/Sockets/SOCK_Stream.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Time_Value.h"
+#include "ace/Timer/Time_Value.h"
/**
* @class ACE_SOCK_Acceptor
@@ -164,7 +164,7 @@ private:
};
#if !defined (ACE_LACKS_INLINE_FUNCTIONS)
-#include "ace/SOCK_Acceptor.i"
+#include "ace/Sockets/SOCK_Acceptor.i"
#endif /* ACE_LACKS_INLINE_FUNCTIONS */
#include "ace/post.h"