From db841f6fcc94129ec93a3fb86ca7b84eec15152d Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 29 Oct 2000 16:57:42 +0000 Subject: Remove unneeded #includes. --- sys/amd64/amd64/genassym.c | 2 -- sys/conf/param.c | 2 -- sys/dev/advansys/adwlib.h | 2 -- sys/dev/aic7xxx/aic7xxx_freebsd.h | 2 -- sys/dev/aic7xxx/aic7xxx_osm.h | 2 -- sys/dev/pdq/pdqreg.h | 1 - sys/i386/i386/genassym.c | 2 -- sys/i386/linux/linux_genassym.c | 2 -- sys/i386/svr4/svr4_genassym.c | 2 -- sys/kern/subr_param.c | 2 -- 10 files changed, 19 deletions(-) (limited to 'sys') diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c index 0c18404..fa1313c 100644 --- a/sys/amd64/amd64/genassym.c +++ b/sys/amd64/amd64/genassym.c @@ -39,8 +39,6 @@ #include "opt_user_ldt.h" -#include - #include #include #include diff --git a/sys/conf/param.c b/sys/conf/param.c index a7841e4..333fdc3 100644 --- a/sys/conf/param.c +++ b/sys/conf/param.c @@ -39,8 +39,6 @@ * $FreeBSD$ */ -#include - #include "opt_param.h" #include diff --git a/sys/dev/advansys/adwlib.h b/sys/dev/advansys/adwlib.h index c470c10..5383447 100644 --- a/sys/dev/advansys/adwlib.h +++ b/sys/dev/advansys/adwlib.h @@ -49,8 +49,6 @@ #include "opt_adw.h" -#include /* for offsetof */ - #include #define ADW_DEF_MAX_HOST_QNG 253 diff --git a/sys/dev/aic7xxx/aic7xxx_freebsd.h b/sys/dev/aic7xxx/aic7xxx_freebsd.h index 1a2d65e..024fbf2 100644 --- a/sys/dev/aic7xxx/aic7xxx_freebsd.h +++ b/sys/dev/aic7xxx/aic7xxx_freebsd.h @@ -40,8 +40,6 @@ #include /* for config options */ #include /* for NPCI */ -#include /* For offsetof */ - #include #include #include /* For device_t */ diff --git a/sys/dev/aic7xxx/aic7xxx_osm.h b/sys/dev/aic7xxx/aic7xxx_osm.h index 1a2d65e..024fbf2 100644 --- a/sys/dev/aic7xxx/aic7xxx_osm.h +++ b/sys/dev/aic7xxx/aic7xxx_osm.h @@ -40,8 +40,6 @@ #include /* for config options */ #include /* for NPCI */ -#include /* For offsetof */ - #include #include #include /* For device_t */ diff --git a/sys/dev/pdq/pdqreg.h b/sys/dev/pdq/pdqreg.h index f3cfa84..26ddab1 100644 --- a/sys/dev/pdq/pdqreg.h +++ b/sys/dev/pdq/pdqreg.h @@ -33,7 +33,6 @@ #ifndef _PDQREG_H #define _PDQREG_H -#include #if defined(PDQTEST) && !defined(PDQ_NDEBUG) #include #define PDQ_ASSERT assert diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c index 0c18404..fa1313c 100644 --- a/sys/i386/i386/genassym.c +++ b/sys/i386/i386/genassym.c @@ -39,8 +39,6 @@ #include "opt_user_ldt.h" -#include - #include #include #include diff --git a/sys/i386/linux/linux_genassym.c b/sys/i386/linux/linux_genassym.c index 7888cb3..3e3fbad 100644 --- a/sys/i386/linux/linux_genassym.c +++ b/sys/i386/linux/linux_genassym.c @@ -1,7 +1,5 @@ /* $FreeBSD$ */ -#include - #include #include diff --git a/sys/i386/svr4/svr4_genassym.c b/sys/i386/svr4/svr4_genassym.c index 450e1e5..675f0e4 100644 --- a/sys/i386/svr4/svr4_genassym.c +++ b/sys/i386/svr4/svr4_genassym.c @@ -1,8 +1,6 @@ /* $FreeBSD$ */ /* Derived from: Id: linux_genassym.c,v 1.8 1998/07/29 15:50:41 bde Exp */ -#include - #include #include diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c index a7841e4..333fdc3 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -39,8 +39,6 @@ * $FreeBSD$ */ -#include - #include "opt_param.h" #include -- cgit v1.1