summaryrefslogtreecommitdiffstats
path: root/src/interp.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-05 23:56:32 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-05 23:56:32 -0300
commita80288e0a2110b5b8c7362f8ee3b28a69d99d870 (patch)
tree1321ebe1448297382e087f4c74dc42b558c3d217 /src/interp.c
parentf89bd0bd11631b676ec1894486e24759f0ffe853 (diff)
more work on isolating ui
Diffstat (limited to 'src/interp.c')
-rw-r--r--src/interp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp.c b/src/interp.c
index b7c594e..9e22d04 100644
--- a/src/interp.c
+++ b/src/interp.c
@@ -16,7 +16,6 @@
#include <time.h>
#include <string.h>
#include <stdlib.h>
-#include <ncurses.h>
#include <unistd.h>
#include <regex.h>