remove ncurses.h include
authorhackbard <hackbard>
Tue, 18 May 2004 10:27:31 +0000 (10:27 +0000)
committerhackbard <hackbard>
Tue, 18 May 2004 10:27:31 +0000 (10:27 +0000)
src/ivac.h

index 7acb2e6..c8ac919 100644 (file)
@@ -7,9 +7,6 @@
 #define _GNU_SOURCE
 #include <stdio.h>
 
-/* for ui */
-#include <ncurses.h>
-
 #include "network.h"
 #include "event.h"
 #include "input.h"