aboutsummaryrefslogtreecommitdiff
path: root/tests/ipcwinsec.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ipcwinsec.c')
-rw-r--r--tests/ipcwinsec.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/tests/ipcwinsec.c b/tests/ipcwinsec.c
index 1c226c7c..d6b28c1b 100644
--- a/tests/ipcwinsec.c
+++ b/tests/ipcwinsec.c
@@ -8,16 +8,14 @@
// found online at https://opensource.org/licenses/MIT.
//
-#include "convey.h"
-#include "trantest.h"
-
-#include "nng.h"
-
-#include "protocol/reqrep0/rep.h"
-#include "protocol/reqrep0/req.h"
-#include "transport/ipc/ipc.h"
+#include <nng/nng.h>
+#include <nng/protocol/reqrep0/rep.h>
+#include <nng/protocol/reqrep0/req.h>
+#include <nng/transport/ipc/ipc.h>
+#include "convey.h"
#include "stubs.h"
+#include "trantest.h"
#define ADDR "/tmp/ipc_winsec_test"