Removed bogus include of opt_global.h. opt_global.h is automatically

included in all C files if it makes sense (i.e., for compiling kernels
but not for compiling modules), so including it explicitly just
complicates module makefiles.
This commit is contained in:
bde 2000-01-09 12:29:45 +00:00
parent 9bf47018d7
commit c1ee52f159
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
* $FreeBSD$
*/
#include "opt_global.h"
#include "opt_svr4.h"
#if !defined(_SVR4_H)

View File

@ -27,7 +27,6 @@
* $FreeBSD$
*/
#include "opt_global.h"
#include "opt_svr4.h"
#if !defined(_SVR4_H)