diff options
Diffstat (limited to 'tests/pubsub.c')
| -rw-r--r-- | tests/pubsub.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/pubsub.c b/tests/pubsub.c index d12a2df3..d61867ce 100644 --- a/tests/pubsub.c +++ b/tests/pubsub.c @@ -8,14 +8,15 @@ // found online at https://opensource.org/licenses/MIT. // +#include <string.h> + +#include <nng/nng.h> +#include <nng/protocol/pubsub0/pub.h> +#include <nng/protocol/pubsub0/sub.h> +#include <nng/supplemental/util/platform.h> + #include "convey.h" -#include "nng.h" -#include "protocol/pubsub0/pub.h" -#include "protocol/pubsub0/sub.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) \ |
