From 136f67523b10d24dd65cb25e49e07a7e4e5341a1 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 7 Jan 2014 14:54:15 +0000 Subject: Factor and simplify Makefile's and mpconfig. --- unix-cpy/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'unix-cpy/main.c') diff --git a/unix-cpy/main.c b/unix-cpy/main.c index eba97f527..ea85e3275 100644 --- a/unix-cpy/main.c +++ b/unix-cpy/main.c @@ -11,7 +11,6 @@ #include "obj.h" #include "compile.h" #include "runtime0.h" -#include "runtime.h" void do_file(const char *file) { mp_lexer_t *lex = mp_lexer_new_from_file(file); -- cgit v1.2.3