aboutsummaryrefslogtreecommitdiff
path: root/tests/bufsz.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bufsz.c')
-rw-r--r--tests/bufsz.c18
1 files changed, 8 insertions, 10 deletions
diff --git a/tests/bufsz.c b/tests/bufsz.c
index b7128ed4..da6a14cb 100644
--- a/tests/bufsz.c
+++ b/tests/bufsz.c
@@ -8,21 +8,19 @@
// found online at https://opensource.org/licenses/MIT.
//
-#include "compat/nanomsg/nn.h"
-#include "convey.h"
-#include "nng.h"
-#include "trantest.h"
-
-#include "protocol/pubsub0/sub.h"
+#include <string.h>
-#include "protocol/pair1/pair.h"
+#include <nng/compat/nanomsg/nn.h>
-#include "supplemental/util/platform.h"
+#include <nng/nng.h>
+#include <nng/protocol/pubsub0/sub.h>
+#include <nng/protocol/pair1/pair.h>
+#include <nng/supplemental/util/platform.h>
+#include "trantest.h"
+#include "convey.h"
#include "stubs.h"
-#include <string.h>
-
#define SECONDS(x) ((x) *1000)
TestMain("Buffer Options", {