aboutsummaryrefslogtreecommitdiff
path: root/compiler.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-12-14 22:13:47 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-12-14 22:13:47 -0800
commit3acf397e6d772778490d7da9f33f3a8f939c9efd (patch)
tree28b8ba262bb1b40670f87e55b183acf2f3bda6bd /compiler.h
parent2fb68fa97f096e5bd0f3ff81d31c3bc61719ae8a (diff)
Imports cleanup and removing FILE* parameter from json
Diffstat (limited to 'compiler.h')
-rw-r--r--compiler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler.h b/compiler.h
index 9e750b6..f7e8b43 100644
--- a/compiler.h
+++ b/compiler.h
@@ -4,10 +4,8 @@
#ifndef COMPILER__H
#define COMPILER__H
-#include <stdlib.h>
-
-#include "types.h"
#include "file_loader.h"
+#include "types.h"
__attribute__((nonnull(1,2)))
vm_op_t *bpeg_simplepattern(file_t *f, const char *str);