diff options
Diffstat (limited to 'src/compile/assertions.c')
| -rw-r--r-- | src/compile/assertions.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/compile/assertions.c b/src/compile/assertions.c index 6034b828..ce9abcbc 100644 --- a/src/compile/assertions.c +++ b/src/compile/assertions.c @@ -8,11 +8,7 @@ #include "../stdlib/text.h" #include "../stdlib/util.h" #include "../typecheck.h" -#include "conditionals.h" -#include "declarations.h" -#include "promotions.h" -#include "statements.h" -#include "text.h" +#include "compilation.h" public Text_t compile_assertion(env_t *env, ast_t *ast) { |
