]> www.hackdaworld.org Git - my-code/ivac.git/commitdiff
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 7acb2e6099b9aa89b1ad72b602b7a143908148e9..c8ac91960c241989489da8e2f7e024259713859b 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"