diff options
author | ache <ache@FreeBSD.org> | 1994-10-20 21:58:10 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-10-20 21:58:10 +0000 |
commit | bbd5ec817558977ec98a39663a2e26cc8edbf2c2 (patch) | |
tree | 0945b7069e3adba2c96628f44f946315c40b14e1 /sbin | |
parent | ab76452c4812784c821c567214b4b897a7985ebe (diff) | |
download | FreeBSD-src-bbd5ec817558977ec98a39663a2e26cc8edbf2c2.zip FreeBSD-src-bbd5ec817558977ec98a39663a2e26cc8edbf2c2.tar.gz |
Remove ncurses.h, now included into dialog.h
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/sysinstall/mbr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/sysinstall/mbr.c b/sbin/sysinstall/mbr.c index 3c7f70d..c0e7381 100644 --- a/sbin/sysinstall/mbr.c +++ b/sbin/sysinstall/mbr.c @@ -17,7 +17,6 @@ #include <sys/disklabel.h> #include <sys/uio.h> #include <unistd.h> -#include <ncurses.h> #include <dialog.h> #include "mbr.h" |