diff options
Diffstat (limited to 'std/bool.c')
-rw-r--r-- | std/bool.c | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,10 +1,9 @@ #include <stdio.h> #include <stdlib.h> -#include "../src/err.h" -#include "../api/vm.h" -#include "../api/util.h" -#include "../api/bool.h" - +#include "common/err.h" +#include "api/vm.h" +#include "api/util.h" +#include "api/bool.h" static inline bool get_bool_arg(UwUVMArgs *args, size_t i) { |