mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the include of opt_global.h. It's included globally by a command
line switch. Other files which may make the same mistake (according to fxr.watson.org) but aren't fixed in this commit (people with more clue about those files should fix this): - i386/xbox/xbox.c - arm/arm/elf_trampoline.c - arm/arm/mem.c Noticed by: cognet
This commit is contained in:
parent
a43eeaabe4
commit
e9fe50af7e
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@
|
|||
#include <machine/pmap.h>
|
||||
#include <machine/specialreg.h>
|
||||
|
||||
#include "opt_global.h"
|
||||
#include "assym.s"
|
||||
|
||||
#define IDXSHIFT 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue