summaryrefslogtreecommitdiff
path: root/tests/pipeline.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pipeline.c')
-rw-r--r--tests/pipeline.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/pipeline.c b/tests/pipeline.c
index f7d89367..034cb314 100644
--- a/tests/pipeline.c
+++ b/tests/pipeline.c
@@ -8,14 +8,15 @@
// found online at https://opensource.org/licenses/MIT.
//
+#include <string.h>
+
+#include <nng/nng.h>
+#include <nng/protocol/pipeline0/pull.h>
+#include <nng/protocol/pipeline0/push.h>
+#include <nng/supplemental/util/platform.h>
+
#include "convey.h"
-#include "nng.h"
-#include "protocol/pipeline0/pull.h"
-#include "protocol/pipeline0/push.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) \