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:
parent
9bf47018d7
commit
c1ee52f159
@ -27,7 +27,6 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include "opt_global.h"
|
||||
#include "opt_svr4.h"
|
||||
|
||||
#if !defined(_SVR4_H)
|
||||
|
@ -27,7 +27,6 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include "opt_global.h"
|
||||
#include "opt_svr4.h"
|
||||
|
||||
#if !defined(_SVR4_H)
|
||||
|
Loading…
x
Reference in New Issue
Block a user