mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a stray (ifdef'ed) reference to a non-existing file.
This commit is contained in:
parent
36de18e214
commit
df9349420e
1 changed files with 0 additions and 4 deletions
|
|
@ -91,10 +91,6 @@ char *AdapterName[] = {
|
|||
|
||||
#include <net/bpf.h>
|
||||
|
||||
#if NPNP > 0
|
||||
#include <i386/isa/pnp.h>
|
||||
#endif
|
||||
|
||||
#include <machine/clock.h>
|
||||
#include <machine/md_var.h>
|
||||
#include <i386/isa/isa_device.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue