From e9fe50af7ea98580834fe500902c5b61a2b5604c Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Tue, 15 Aug 2006 15:27:13 +0000 Subject: [PATCH] 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 --- sys/i386/i386/support.s | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s index 618829fbb0e..c3ac1731401 100644 --- a/sys/i386/i386/support.s +++ b/sys/i386/i386/support.s @@ -37,7 +37,6 @@ #include #include -#include "opt_global.h" #include "assym.s" #define IDXSHIFT 10