summaryrefslogtreecommitdiff
path: root/ace/Sockets/SOCK_Dgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Sockets/SOCK_Dgram.h')
-rw-r--r--ace/Sockets/SOCK_Dgram.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Sockets/SOCK_Dgram.h b/ace/Sockets/SOCK_Dgram.h
index e227f9387af..8cd3ebf9965 100644
--- a/ace/Sockets/SOCK_Dgram.h
+++ b/ace/Sockets/SOCK_Dgram.h
@@ -15,14 +15,14 @@
#define ACE_SOCK_DGRAM_H
#include "ace/pre.h"
-#include "ace/SOCK.h"
-#include "ace/INET_Addr.h"
+#include "ace/Sockets/SOCK.h"
+#include "ace/IPC/INET_Addr.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Addr.h"
+#include "ace/IPC/Addr.h"
/**
* @class ACE_SOCK_Dgram
@@ -207,7 +207,7 @@ private:
};
#if !defined (ACE_LACKS_INLINE_FUNCTIONS)
-#include "ace/SOCK_Dgram.i"
+#include "ace/Sockets/SOCK_Dgram.i"
#endif
#include "ace/post.h"