Remove unnecessary sys/cdefs.h includes.

This commit is contained in:
Ganbold Tsagaankhuu 2023-01-07 06:05:52 +00:00
parent 5cf20707ba
commit 9427c47de6
5 changed files with 0 additions and 5 deletions

View File

@ -25,7 +25,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>

View File

@ -25,7 +25,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>

View File

@ -26,7 +26,6 @@
*
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/kernel.h>

View File

@ -26,7 +26,6 @@
*
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/endian.h>

View File

@ -26,7 +26,6 @@
*
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/kernel.h>