remove curses.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1736 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-19 00:34:06 +00:00
parent 16da228f28
commit 07102e2f92
2 changed files with 0 additions and 8 deletions

View File

@@ -65,10 +65,6 @@
#include <termios.h>
#ifdef HAVE_CURSES_H
#include <curses.h>
#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif

View File

@@ -94,10 +94,6 @@
#include <termios.h>
#ifdef HAVE_CURSES_H
#include <curses.h>
#endif
#ifdef HAVE_PTY_H
#include <pty.h>
#endif