From e21e64fe28fd05f0b06e92fb3c9ea7ead24a4c90 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 24 Apr 2012 00:49:48 +0100 Subject: [PATCH] Removed ncurses.h from command.c --- command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/command.c b/command.c index 19b0a9b7..7f45a445 100644 --- a/command.c +++ b/command.c @@ -22,7 +22,6 @@ #include #include -#include #include "command.h" #include "contact_list.h" #include "history.h"