aboutsummaryrefslogtreecommitdiff
path: root/tests/reqstress.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reqstress.c')
-rw-r--r--tests/reqstress.c21
1 files changed, 10 insertions, 11 deletions
diff --git a/tests/reqstress.c b/tests/reqstress.c
index 1811063b..f6dfb975 100644
--- a/tests/reqstress.c
+++ b/tests/reqstress.c
@@ -8,21 +8,20 @@
// found online at https://opensource.org/licenses/MIT.
//
-#include "convey.h"
-#include "nng.h"
-
-#include "protocol/bus0/bus.h"
-#include "protocol/reqrep0/rep.h"
-#include "protocol/reqrep0/req.h"
-#include "supplemental/util/platform.h"
-#include "transport/inproc/inproc.h"
-#include "transport/ipc/ipc.h"
-#include "transport/tcp/tcp.h"
-
#include <stdio.h>
#include <string.h>
#include <time.h>
+#include <nng/nng.h>
+#include <nng/protocol/bus0/bus.h>
+#include <nng/protocol/reqrep0/rep.h>
+#include <nng/protocol/reqrep0/req.h>
+#include <nng/supplemental/util/platform.h>
+#include <nng/transport/inproc/inproc.h>
+#include <nng/transport/ipc/ipc.h>
+#include <nng/transport/tcp/tcp.h>
+
+#include "convey.h"
#include "stubs.h"
#ifdef NDEBUG