aboutsummaryrefslogtreecommitdiff
path: root/src/structs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.c')
-rw-r--r--src/structs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/structs.c b/src/structs.c
index 873300c5..2d71fbac 100644
--- a/src/structs.c
+++ b/src/structs.c
@@ -1,14 +1,11 @@
// Logic for compiling new struct types defined in code
-#include <ctype.h>
#include <gc.h>
-#include <stdio.h>
#include "ast.h"
#include "compile.h"
#include "environment.h"
#include "naming.h"
#include "stdlib/text.h"
-#include "stdlib/util.h"
#include "typecheck.h"
Text_t compile_struct_typeinfo(env_t *env, type_t *t, const char *name, arg_ast_t *fields, bool is_secret, bool is_opaque)