diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-29 16:57:42 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-29 16:57:42 +0000 |
| commit | da936bf80a58429f993e4df1eed63346ec11afe8 (patch) | |
| tree | 858a8c65e4f327745e02694342a1a7edb49d13b9 /sys/dev | |
| parent | e70bc6a4a3375ef27eaf4294fee1f963d8a29bcb (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/advansys/adwlib.h | 2 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx_freebsd.h | 2 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx_osm.h | 2 | ||||
| -rw-r--r-- | sys/dev/pdq/pdqreg.h | 1 |
4 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/advansys/adwlib.h b/sys/dev/advansys/adwlib.h index c470c101b0bd..53834474e464 100644 --- a/sys/dev/advansys/adwlib.h +++ b/sys/dev/advansys/adwlib.h @@ -49,8 +49,6 @@ #include "opt_adw.h" -#include <stddef.h> /* for offsetof */ - #include <dev/advansys/adwmcode.h> #define ADW_DEF_MAX_HOST_QNG 253 diff --git a/sys/dev/aic7xxx/aic7xxx_freebsd.h b/sys/dev/aic7xxx/aic7xxx_freebsd.h index 1a2d65eab016..024fbf2032de 100644 --- a/sys/dev/aic7xxx/aic7xxx_freebsd.h +++ b/sys/dev/aic7xxx/aic7xxx_freebsd.h @@ -40,8 +40,6 @@ #include <opt_aic7xxx.h> /* for config options */ #include <pci.h> /* for NPCI */ -#include <stddef.h> /* For offsetof */ - #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> /* For device_t */ diff --git a/sys/dev/aic7xxx/aic7xxx_osm.h b/sys/dev/aic7xxx/aic7xxx_osm.h index 1a2d65eab016..024fbf2032de 100644 --- a/sys/dev/aic7xxx/aic7xxx_osm.h +++ b/sys/dev/aic7xxx/aic7xxx_osm.h @@ -40,8 +40,6 @@ #include <opt_aic7xxx.h> /* for config options */ #include <pci.h> /* for NPCI */ -#include <stddef.h> /* For offsetof */ - #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> /* For device_t */ diff --git a/sys/dev/pdq/pdqreg.h b/sys/dev/pdq/pdqreg.h index f3cfa84fdcb5..26ddab1be648 100644 --- a/sys/dev/pdq/pdqreg.h +++ b/sys/dev/pdq/pdqreg.h @@ -33,7 +33,6 @@ #ifndef _PDQREG_H #define _PDQREG_H -#include <stddef.h> #if defined(PDQTEST) && !defined(PDQ_NDEBUG) #include <assert.h> #define PDQ_ASSERT assert |
