mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unneeded <stddef.h> #includes.
This commit is contained in:
parent
e70bc6a4a3
commit
da936bf80a
10 changed files with 0 additions and 19 deletions
|
|
@ -39,8 +39,6 @@
|
|||
|
||||
#include "opt_user_ldt.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/assym.h>
|
||||
|
|
|
|||
|
|
@ -39,8 +39,6 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "opt_param.h"
|
||||
|
||||
#include <sys/param.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
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -39,8 +39,6 @@
|
|||
|
||||
#include "opt_user_ldt.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/assym.h>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/assym.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,8 +39,6 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "opt_param.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue