mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
stand: Remove extra efi.h include
There's nothing EFI specific about this file, so remove including efi.h. Sponsored by: Netflix
This commit is contained in:
parent
66605ff791
commit
c1bbe71104
@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include <machine/atomic.h>
|
#include <machine/atomic.h>
|
||||||
|
|
||||||
#include <stand.h>
|
#include <stand.h>
|
||||||
#include <efi.h>
|
|
||||||
|
|
||||||
#include "bootstrap.h"
|
#include "bootstrap.h"
|
||||||
#include "cache.h"
|
#include "cache.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user