summaryrefslogtreecommitdiff
path: root/ipc/IpcConnection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/IpcConnection.hpp')
-rw-r--r--ipc/IpcConnection.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ipc/IpcConnection.hpp b/ipc/IpcConnection.hpp
index f08d27cb..20c5dcf0 100644
--- a/ipc/IpcConnection.hpp
+++ b/ipc/IpcConnection.hpp
@@ -28,10 +28,10 @@
#ifndef ZT_IPCCONNECTION_HPP
#define ZT_IPCCONNECTION_HPP
-#include "Constants.hpp"
-#include "Thread.hpp"
-#include "NonCopyable.hpp"
-#include "Mutex.hpp"
+#include "../node/Constants.hpp"
+#include "../node/Thread.hpp"
+#include "../node/NonCopyable.hpp"
+#include "../node/Mutex.hpp"
#ifdef __WINDOWS__
#include <WinSock2.h>