summaryrefslogtreecommitdiff
path: root/ace/SSL/SSL_SOCK.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SSL/SSL_SOCK.h')
-rw-r--r--ace/SSL/SSL_SOCK.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/SSL/SSL_SOCK.h b/ace/SSL/SSL_SOCK.h
index 17a8e6c50bd..a00fdb319db 100644
--- a/ace/SSL/SSL_SOCK.h
+++ b/ace/SSL/SSL_SOCK.h
@@ -16,13 +16,13 @@
#include "ace/pre.h"
-#include "SSL_Export.h"
+#include "ace/SSL/SSL_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/SOCK.h"
+#include "ace/Sockets/SOCK.h"
#if defined (ACE_HAS_TEMPLATE_TYPEDEFS)
# define ACE_SSL_SOCK_ACCEPTOR ACE_SSL_SOCK_Acceptor
@@ -82,7 +82,7 @@ protected:
};
#if !defined (ACE_LACKS_INLINE_FUNCTIONS)
-#include "SSL_SOCK.i"
+#include "ace/SSL/SSL_SOCK.i"
#endif /* ACE_LACKS_INLINE_FUNCTIONS */
#include "ace/post.h"