mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04: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
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <machine/atomic.h>
|
||||
|
||||
#include <stand.h>
|
||||
#include <efi.h>
|
||||
|
||||
#include "bootstrap.h"
|
||||
#include "cache.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue