summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-08-08 11:31:01 -0700
committerGarrett D'Amore <garrett@damore.org>2020-08-08 11:31:01 -0700
commit0299f164c4a1f41e169c159e6cd1b382d3690ab0 (patch)
treec734bc0c73cf634cb3a40bd1fc326b89290b5232 /tests
parentbbc04b889523c137a1556917571a4ca9ee8a324e (diff)
downloadnng-0299f164c4a1f41e169c159e6cd1b382d3690ab0.tar.gz
nng-0299f164c4a1f41e169c159e6cd1b382d3690ab0.tar.bz2
nng-0299f164c4a1f41e169c159e6cd1b382d3690ab0.zip
resolve warnings building test
Diffstat (limited to 'tests')
-rw-r--r--tests/bug1247.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/bug1247.c b/tests/bug1247.c
index 4ba08926..6f418f53 100644
--- a/tests/bug1247.c
+++ b/tests/bug1247.c
@@ -10,9 +10,7 @@
#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 <nng/protocol/bus0/bus.h>
#include "acutest.h"
#include "testutil.h"