summaryrefslogtreecommitdiff
path: root/ace/IPC/SPIPE.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/IPC/SPIPE.h')
-rw-r--r--ace/IPC/SPIPE.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/IPC/SPIPE.h b/ace/IPC/SPIPE.h
index 04e06d71011..9a13861b4ee 100644
--- a/ace/IPC/SPIPE.h
+++ b/ace/IPC/SPIPE.h
@@ -15,13 +15,13 @@
#define ACE_SPIPE_H
#include "ace/pre.h"
-#include "ace/IPC_SAP.h"
+#include "ace/Sockets/IPC_SAP.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/SPIPE_Addr.h"
+#include "ace/IPC/SPIPE_Addr.h"
/**
* @class ACE_SPIPE
@@ -93,7 +93,7 @@ protected:
};
#if !defined (ACE_LACKS_INLINE_FUNCTIONS)
-#include "ace/SPIPE.i"
+#include "ace/IPC/SPIPE.i"
#endif
#include "ace/post.h"