Removed ncurses.h from command.c

This commit is contained in:
James Booth
2012-04-24 00:49:48 +01:00
parent ecabb04881
commit e21e64fe28

View File

@@ -22,7 +22,6 @@
#include <string.h>
#include <stdlib.h>
#include <ncurses.h>
#include "command.h"
#include "contact_list.h"
#include "history.h"