From da936bf80a58429f993e4df1eed63346ec11afe8 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 29 Oct 2000 16:57:42 +0000 Subject: [PATCH] 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(-) diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c index 0c1840425f4..fa1313c7953 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 a7841e45f19..333fdc304a3 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 c470c101b0b..53834474e46 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 1a2d65eab01..024fbf2032d 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 1a2d65eab01..024fbf2032d 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 f3cfa84fdcb..26ddab1be64 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 0c1840425f4..fa1313c7953 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 7888cb33649..3e3fbadb8e9 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 450e1e5372a..675f0e4ae22 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 a7841e45f19..333fdc304a3 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -39,8 +39,6 @@ * $FreeBSD$ */ -#include - #include "opt_param.h" #include