From: hackbard Date: Tue, 18 May 2004 10:27:31 +0000 (+0000) Subject: remove ncurses.h include X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=commitdiff_plain;h=96de943f627fd11376a3166af90ed6665a9309eb remove ncurses.h include --- diff --git a/src/ivac.h b/src/ivac.h index 7acb2e6..c8ac919 100644 --- a/src/ivac.h +++ b/src/ivac.h @@ -7,9 +7,6 @@ #define _GNU_SOURCE #include -/* for ui */ -#include - #include "network.h" #include "event.h" #include "input.h"