diff options
Diffstat (limited to 'tests/reqctx.c')
| -rw-r--r-- | tests/reqctx.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/reqctx.c b/tests/reqctx.c index f8bb7611..e937b995 100644 --- a/tests/reqctx.c +++ b/tests/reqctx.c @@ -8,14 +8,15 @@ // found online at https://opensource.org/licenses/MIT. // +#include <string.h> + +#include <nng/nng.h> +#include <nng/protocol/reqrep0/rep.h> +#include <nng/protocol/reqrep0/req.h> +#include <nng/supplemental/util/platform.h> + #include "convey.h" -#include "nng.h" -#include "protocol/reqrep0/rep.h" -#include "protocol/reqrep0/req.h" #include "stubs.h" -#include "supplemental/util/platform.h" - -#include <string.h> static struct { nng_aio *aio; |
