diff options
Diffstat (limited to 'tests/bit.c')
-rw-r--r-- | tests/bit.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/bit.c b/tests/bit.c index 6548c30..b444e50 100644 --- a/tests/bit.c +++ b/tests/bit.c @@ -2,9 +2,9 @@ // SPDX-License-Identifier: 0BSD #include "tests.h" -#include "../src/bit.h" -#include "../src/config.h" -#include "../src/diag.h" +#include "bit.h" +#include "config.h" +#include "diag.h" #include <limits.h> #include <stdint.h> #include <string.h> |