diff options
author | James Booth <boothj5@gmail.com> | 2012-04-24 00:51:42 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-04-24 00:52:41 +0100 |
commit | 44266b19a190260b0d565920ec014948f549b9a6 (patch) | |
tree | 2ee013cb3f39cf2047513a7aa690aa5374051f35 | |
parent | b3de79997b6c7c5f8536e0c94cb60df4f36a553a (diff) | |
download | profani-tty-44266b19a190260b0d565920ec014948f549b9a6.tar.gz |
Removed ncurses.h from profanity.c
-rw-r--r-- | profanity.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/profanity.c b/profanity.c index 2e2e27fa..6e9c70cf 100644 --- a/profanity.c +++ b/profanity.c @@ -23,8 +23,6 @@ #include <string.h> #include <stdlib.h> -#include <ncurses.h> - #include "profanity.h" #include "log.h" #include "windows.h" |