From 3acf397e6d772778490d7da9f33f3a8f939c9efd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 14 Dec 2020 22:13:47 -0800 Subject: Imports cleanup and removing FILE* parameter from json --- compiler.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'compiler.h') 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 - -#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); -- cgit v1.2.3