summaryrefslogtreecommitdiffstatshomepage
path: root/unix-cpy/main.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-07 14:54:15 +0000
committerDamien George <damien.p.george@gmail.com>2014-01-07 14:54:15 +0000
commit136f67523b10d24dd65cb25e49e07a7e4e5341a1 (patch)
tree95a8e704f85c3813735d287afccc74a6df172f29 /unix-cpy/main.c
parent880ce2d7fabc127b4bca7b6f2ea8b82d0977045f (diff)
downloadmicropython-136f67523b10d24dd65cb25e49e07a7e4e5341a1.tar.gz
micropython-136f67523b10d24dd65cb25e49e07a7e4e5341a1.zip
Factor and simplify Makefile's and mpconfig.
Diffstat (limited to 'unix-cpy/main.c')
-rw-r--r--unix-cpy/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix-cpy/main.c b/unix-cpy/main.c
index eba97f527b..ea85e32757 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);