summaryrefslogtreecommitdiffstats
path: root/src/maps.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-03 16:32:04 -0300
committermongo <andmarti@gmail.com>2017-04-03 16:32:04 -0300
commit451d00fc159a9811f036994a39d2c8646d01e7ee (patch)
treeb3c6588b79d444578ef5bc668562be5f0db40c39 /src/maps.c
parente829f116491fa441452cbc77cb52e1a511fb13ba (diff)
cleaning code. removing unneeded/comments lines. starting to isolate UI code
Diffstat (limited to 'src/maps.c')
-rw-r--r--src/maps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/maps.c b/src/maps.c
index 2af883c..2b70735 100644
--- a/src/maps.c
+++ b/src/maps.c
@@ -1,6 +1,5 @@
#include <stdlib.h>
#include <ctype.h>
-#include <ncurses.h>
#include <string.h>
#include "maps.h"
#include "string.h"