aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/types.c')
-rw-r--r--src/stdlib/types.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stdlib/types.c b/src/stdlib/types.c
index 0f51d6ea..0f17cb21 100644
--- a/src/stdlib/types.c
+++ b/src/stdlib/types.c
@@ -1,14 +1,9 @@
// Type information and methods for TypeInfos (i.e. runtime representations of types)
#include <err.h>
#include <gc.h>
-#include <stdlib.h>
-#include <string.h>
#include <sys/param.h>
#include "util.h"
-#include "lists.h"
-#include "pointers.h"
-#include "tables.h"
#include "text.h"
#include "types.h"