mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
Remove unused includes.
MFC after: 2 weeks
This commit is contained in:
parent
bef91632da
commit
e87e283ce3
3 changed files with 0 additions and 7 deletions
|
|
@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <fstab.h>
|
||||
#include <fcntl.h>
|
||||
#include <paths.h>
|
||||
|
|
|
|||
|
|
@ -42,8 +42,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/mount.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <fstab.h>
|
||||
#include <paths.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
|
|
@ -45,15 +45,11 @@ __FBSDID("$FreeBSD$");
|
|||
#include <ufs/ufs/dir.h>
|
||||
#include <ufs/ffs/fs.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <fstab.h>
|
||||
#include <paths.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "fsck.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue