about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-04-24 00:49:48 +0100
committerJames Booth <boothj5@gmail.com>2012-04-24 00:49:48 +0100
commite21e64fe28fd05f0b06e92fb3c9ea7ead24a4c90 (patch)
treea13551684a943a01a0374f418a6158db8e5ee651
parentecabb04881c8e20770765d8409fb8a30ff6fbd75 (diff)
downloadprofani-tty-e21e64fe28fd05f0b06e92fb3c9ea7ead24a4c90.tar.gz
Removed ncurses.h from command.c
-rw-r--r--command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/command.c b/command.c
index 19b0a9b7..7f45a445 100644
--- a/command.c
+++ b/command.c
@@ -22,7 +22,6 @@
 
 #include <string.h>
 #include <stdlib.h>
-#include <ncurses.h>
 #include "command.h"
 #include "contact_list.h"
 #include "history.h"