diff options
Diffstat (limited to 'src/core/args_test.c')
| -rw-r--r-- | src/core/args_test.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/args_test.c b/src/core/args_test.c index 5139fece..f7e69d83 100644 --- a/src/core/args_test.c +++ b/src/core/args_test.c @@ -8,9 +8,8 @@ // found online at https://opensource.org/licenses/MIT. // -#include <nng/args.h> -#include <nng/nng.h> -#include <nuts.h> +#include "../include/nng/args.h" +#include "../testing/nuts.h" static nng_arg_spec case1[] = { // clang-format off |
