diff options
-rw-r--r-- | include/ucode/compiler.h | 7 | ||||
-rw-r--r-- | include/ucode/vallist.h | 8 | ||||
-rw-r--r-- | main.c | 7 |
3 files changed, 3 insertions, 19 deletions
diff --git a/include/ucode/compiler.h b/include/ucode/compiler.h index 3387a73..a85b48b 100644 --- a/include/ucode/compiler.h +++ b/include/ucode/compiler.h @@ -20,12 +20,7 @@ #include <stddef.h> #include <stdint.h> #include <stdbool.h> - -#ifdef JSONC - #include <json.h> -#else - #include <json-c/json.h> -#endif +#include <json-c/json.h> #include "source.h" #include "lexer.h" diff --git a/include/ucode/vallist.h b/include/ucode/vallist.h index 4e025b9..53750bd 100644 --- a/include/ucode/vallist.h +++ b/include/ucode/vallist.h @@ -20,14 +20,8 @@ #include <stdint.h> #include <stddef.h> #include <stdbool.h> - -#ifdef JSONC - #include <json.h> -#else - #include <json-c/json.h> -#endif - #include <stdio.h> +#include <json-c/json.h> #include "types.h" @@ -23,12 +23,7 @@ #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> - -#ifdef JSONC - #include <json.h> -#else - #include <json-c/json.h> -#endif +#include <json-c/json.h> #include "ucode/compiler.h" #include "ucode/lexer.h" |