summaryrefslogtreecommitdiffstats
path: root/src/xmalloc.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/xmalloc.c
parent05af81409ee2f2d9afd751f8cd4418adab51b899 (diff)
Removed commented includes
Diffstat (limited to 'src/xmalloc.c')
-rw-r--r--src/xmalloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmalloc.c b/src/xmalloc.c
index 4fec652..3d15e1f 100644
--- a/src/xmalloc.c
+++ b/src/xmalloc.c
@@ -1,4 +1,3 @@
-//#include <curses.h>
#include <ncurses.h>
#include <stdlib.h>
#include "sc.h"