aboutsummaryrefslogtreecommitdiff
path: root/tests/respondpoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/respondpoll.c')
-rw-r--r--tests/respondpoll.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/respondpoll.c b/tests/respondpoll.c
index 5dd34c7f..4e869da8 100644
--- a/tests/respondpoll.c
+++ b/tests/respondpoll.c
@@ -8,15 +8,15 @@
// found online at https://opensource.org/licenses/MIT.
//
+#include <nng/nng.h>
+#include <nng/protocol/survey0/respond.h>
+#include <nng/protocol/survey0/survey.h>
+#include <nng/supplemental/util/platform.h>
+
#include "convey.h"
-#include "nng.h"
-#include "protocol/survey0/respond.h"
-#include "protocol/survey0/survey.h"
#include "stubs.h"
-#include "supplemental/util/platform.h"
TestMain("Respondent pollable", {
-
atexit(nng_fini);
Convey("Given a connected survey pair", {