diff options
author | James Booth <boothj5@gmail.com> | 2012-04-24 00:49:48 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-04-24 00:49:48 +0100 |
commit | e21e64fe28fd05f0b06e92fb3c9ea7ead24a4c90 (patch) | |
tree | a13551684a943a01a0374f418a6158db8e5ee651 | |
parent | ecabb04881c8e20770765d8409fb8a30ff6fbd75 (diff) | |
download | profani-tty-e21e64fe28fd05f0b06e92fb3c9ea7ead24a4c90.tar.gz |
Removed ncurses.h from command.c
-rw-r--r-- | command.c | 1 |
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" |