aboutsummaryrefslogtreecommitdiff
path: root/src/compile/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/cli.c')
-rw-r--r--src/compile/cli.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/compile/cli.c b/src/compile/cli.c
index d9299bae..4a3be333 100644
--- a/src/compile/cli.c
+++ b/src/compile/cli.c
@@ -1,16 +1,12 @@
// This file defines how to compile CLI argument parsing
-#include "expressions.h"
#include "../environment.h"
#include "../stdlib/datatypes.h"
#include "../stdlib/text.h"
#include "../stdlib/util.h"
#include "../typecheck.h"
#include "../types.h"
-#include "declarations.h"
-#include "optionals.h"
-#include "text.h"
-#include "types.h"
+#include "compilation.h"
static Text_t get_flag_options(type_t *t, const char *separator) {
if (t->tag == BoolType) {