summaryrefslogtreecommitdiffstats
path: root/src/color.c
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-09-09 19:31:28 -0300
committermongo <mongo@iomega>2016-09-09 19:31:28 -0300
commit7abe9355915db6f0ac1bb67aa3c0808ceef2f49f (patch)
tree8f5db3a54bc36a28a37b28711b42a1b0897112a7 /src/color.c
parent05af81409ee2f2d9afd751f8cd4418adab51b899 (diff)
Removed commented includes
Diffstat (limited to 'src/color.c')
-rw-r--r--src/color.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/color.c b/src/color.c
index 56ea0c8..0013677 100644
--- a/src/color.c
+++ b/src/color.c
@@ -1,7 +1,6 @@
#include <sys/types.h>
#include <string.h>
#include <stdlib.h> // for atoi
-//#include <curses.h>
#include <ncurses.h>
#include <ctype.h>
#include <unistd.h>