1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

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"