aboutsummaryrefslogtreecommitdiff
path: root/tests/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/device.c')
-rw-r--r--tests/device.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/device.c b/tests/device.c
index b1f97123..0ff784cc 100644
--- a/tests/device.c
+++ b/tests/device.c
@@ -8,13 +8,14 @@
// found online at https://opensource.org/licenses/MIT.
//
+#include <string.h>
+
+#include <nng/nng.h>
+#include <nng/protocol/pair1/pair.h>
+#include <nng/supplemental/util/platform.h>
+
#include "convey.h"
-#include "nng.h"
-#include "protocol/pair1/pair.h"
#include "stubs.h"
-#include "supplemental/util/platform.h"
-
-#include <string.h>
#define APPENDSTR(m, s) nng_msg_append(m, s, strlen(s))
#define CHECKSTR(m, s) \