diff options
Diffstat (limited to 'tests/sock.c')
| -rw-r--r-- | tests/sock.c | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/tests/sock.c b/tests/sock.c index 562a05d7..02cd0d43 100644 --- a/tests/sock.c +++ b/tests/sock.c @@ -8,19 +8,16 @@ // found online at https://opensource.org/licenses/MIT. // -#include "convey.h" -#include "nng.h" -#include "trantest.h" - -#include "protocol/pubsub0/sub.h" - -#include "protocol/pair1/pair.h" +#include <string.h> -#include "supplemental/util/platform.h" +#include <nng/nng.h> +#include <nng/protocol/pair1/pair.h> +#include <nng/protocol/pubsub0/sub.h> +#include <nng/supplemental/util/platform.h> +#include "convey.h" #include "stubs.h" - -#include <string.h> +#include "trantest.h" #define SECONDS(x) ((x) *1000) |
