Remove unneeded <stddef.h> #includes.

This commit is contained in:
Poul-Henning Kamp 2000-10-29 16:57:42 +00:00
parent e70bc6a4a3
commit da936bf80a
10 changed files with 0 additions and 19 deletions

View file

@ -39,8 +39,6 @@
#include "opt_user_ldt.h"
#include <stddef.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/assym.h>

View file

@ -39,8 +39,6 @@
* $FreeBSD$
*/
#include <stddef.h>
#include "opt_param.h"
#include <sys/param.h>

View file

@ -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

View file

@ -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 */

View file

@ -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 */

View file

@ -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

View file

@ -39,8 +39,6 @@
#include "opt_user_ldt.h"
#include <stddef.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/assym.h>

View file

@ -1,7 +1,5 @@
/* $FreeBSD$ */
#include <stddef.h>
#include <sys/param.h>
#include <sys/assym.h>

View file

@ -1,8 +1,6 @@
/* $FreeBSD$ */
/* Derived from: Id: linux_genassym.c,v 1.8 1998/07/29 15:50:41 bde Exp */
#include <stddef.h>
#include <sys/param.h>
#include <sys/assym.h>

View file

@ -39,8 +39,6 @@
* $FreeBSD$
*/
#include <stddef.h>
#include "opt_param.h"
#include <sys/param.h>