From fabf3fb247ab2aec6f8f71ab36e5544affb7983f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sat, 4 Feb 1995 12:47:19 +0000 Subject: [PATCH] Moved "#include " from "usr.sbin/lsdev/i386.c" to "/sys/i386/include/devconf.h", where it really belongs. --- sys/i386/include/devconf.h | 3 ++- usr.sbin/lsdev/i386.c | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/include/devconf.h b/sys/i386/include/devconf.h index 22961353e01..9b270d7de55 100644 --- a/sys/i386/include/devconf.h +++ b/sys/i386/include/devconf.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devconf.h,v 1.6 1994/11/02 23:44:11 se Exp $ + * $Id: devconf.h,v 1.7 1995/02/02 05:42:47 jkh Exp $ */ /* * devconf.h - machine-dependent device configuration table @@ -68,6 +68,7 @@ struct machdep_devconf { #include #include +#include #include #include diff --git a/usr.sbin/lsdev/i386.c b/usr.sbin/lsdev/i386.c index 2375f450616..edc1cd8d6d4 100644 --- a/usr.sbin/lsdev/i386.c +++ b/usr.sbin/lsdev/i386.c @@ -2,7 +2,6 @@ #include #include #include -#include static void print_isa(struct devconf *); static void print_eisa(struct devconf *);