diff options
author | Warner Losh <imp@FreeBSD.org> | 2006-08-15 15:48:58 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2006-08-15 15:48:58 +0000 |
commit | 72fa8a02682f917bd3ae7f434c337a033c21c509 (patch) | |
tree | dba1ad81513acd2810f53e5ed68faed412d22482 | |
parent | e9fe50af7ea98580834fe500902c5b61a2b5604c (diff) | |
download | src-test2-72fa8a02682f917bd3ae7f434c337a033c21c509.tar.gz src-test2-72fa8a02682f917bd3ae7f434c337a033c21c509.zip |
Notes
-rw-r--r-- | sys/i386/xbox/xbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/xbox/xbox.c b/sys/i386/xbox/xbox.c index dae9ba29a833..67e079b89898 100644 --- a/sys/i386/xbox/xbox.c +++ b/sys/i386/xbox/xbox.c @@ -34,7 +34,6 @@ #include <machine/xbox.h> #include <vm/vm.h> #include <vm/pmap.h> -#include "opt_global.h" #ifndef I686_CPU #error You must have a I686_CPU in your kernel if you want to make an XBOX-compitable kernel |