aboutsummaryrefslogtreecommitdiff
path: root/tests/reqpoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reqpoll.c')
-rw-r--r--tests/reqpoll.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/reqpoll.c b/tests/reqpoll.c
index e1a996dd..672c2f05 100644
--- a/tests/reqpoll.c
+++ b/tests/reqpoll.c
@@ -25,12 +25,13 @@
#include <mswsock.h>
#endif
+#include <nng/nng.h>
+#include <nng/protocol/reqrep0/rep.h>
+#include <nng/protocol/reqrep0/req.h>
+#include <nng/supplemental/util/platform.h>
+
#include "convey.h"
-#include "nng.h"
-#include "protocol/reqrep0/rep.h"
-#include "protocol/reqrep0/req.h"
#include "stubs.h"
-#include "supplemental/util/platform.h"
bool
isready(SOCKET fd)
@@ -52,7 +53,6 @@ isready(SOCKET fd)
}
TestMain("REQ pollable", {
-
atexit(nng_fini);
Convey("Given a REQ/REP pair", {