From: hackbard <hackbard>
Date: Tue, 18 May 2004 10:27:31 +0000 (+0000)
Subject: remove ncurses.h include
X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96de943f627fd11376a3166af90ed6665a9309eb;p=my-code%2Fivac.git

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 <stdio.h>
 
-/* for ui */
-#include <ncurses.h>
-
 #include "network.h"
 #include "event.h"
 #include "input.h"