about summary refs log tree commit diff stats
path: root/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-04-24 00:51:42 +0100
committerJames Booth <boothj5@gmail.com>2012-04-24 00:52:41 +0100
commit44266b19a190260b0d565920ec014948f549b9a6 (patch)
tree2ee013cb3f39cf2047513a7aa690aa5374051f35 /profanity.c
parentb3de79997b6c7c5f8536e0c94cb60df4f36a553a (diff)
downloadprofani-tty-44266b19a190260b0d565920ec014948f549b9a6.tar.gz
Removed ncurses.h from profanity.c
Diffstat (limited to 'profanity.c')
-rw-r--r--profanity.c2
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"