stand: tftp.c doesn't need bootinfo.h

tftp.c includes bootinfo.h, but doesn't need it. Remove it, and remove
the -Istand/common from CFALGS since that's the only reason we had it.

Sponsored by:		Netflix
Reviewed by:		tsoome
Differential Revision:	https://reviews.freebsd.org/D35928
This commit is contained in:
Warner Losh 2022-07-25 21:45:35 -06:00
parent e98f952c82
commit 60cb4f9a8e
2 changed files with 0 additions and 2 deletions

View File

@ -171,7 +171,6 @@ SRCS+= time.c
SRCS+=ffs_subr.c ffs_tables.c
CFLAGS.dosfs.c+= -I${LDRSRC}
CFLAGS.tftp.c+= -I${LDRSRC}
CFLAGS.ufs.c+= -I${LDRSRC}
CFLAGS.gzipfs.c+= ${ZLIB_CFLAGS}
CFLAGS.pkgfs.c+= ${ZLIB_CFLAGS}

View File

@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <bootstrap.h>
#include "stand.h"
#include "net.h"
#include "netif.h"