diff options
Diffstat (limited to 'tests/scalability.c')
| -rw-r--r-- | tests/scalability.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/scalability.c b/tests/scalability.c index 38137e90..1cbbd961 100644 --- a/tests/scalability.c +++ b/tests/scalability.c @@ -8,15 +8,15 @@ // found online at https://opensource.org/licenses/MIT. // -#include "convey.h" -#include "nng.h" +#include <string.h> -#include "protocol/reqrep0/rep.h" -#include "protocol/reqrep0/req.h" -#include "stubs.h" -#include "supplemental/util/platform.h" +#include <nng/nng.h> +#include <nng/protocol/reqrep0/rep.h> +#include <nng/protocol/reqrep0/req.h> +#include <nng/supplemental/util/platform.h> -#include <string.h> +#include "convey.h" +#include "stubs.h" static int nclients = 200; |
