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 --- vm.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vm.h') diff --git a/vm.h b/vm.h index 6dde1d3..2b34594 100644 --- a/vm.h +++ b/vm.h @@ -4,11 +4,6 @@ #ifndef VM__H #define VM__H -#include -#include -#include -#include - #include "types.h" typedef enum { -- cgit v1.2.3