From c1ee52f1598ddb0b8421a3bb734bf70f993f8eca Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 9 Jan 2000 12:29:45 +0000 Subject: 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. --- sys/compat/svr4/svr4.h | 1 - sys/svr4/svr4.h | 1 - 2 files changed, 2 deletions(-) (limited to 'sys') diff --git a/sys/compat/svr4/svr4.h b/sys/compat/svr4/svr4.h index da7c5e2..4fbace6 100644 --- a/sys/compat/svr4/svr4.h +++ b/sys/compat/svr4/svr4.h @@ -27,7 +27,6 @@ * $FreeBSD$ */ -#include "opt_global.h" #include "opt_svr4.h" #if !defined(_SVR4_H) diff --git a/sys/svr4/svr4.h b/sys/svr4/svr4.h index da7c5e2..4fbace6 100644 --- a/sys/svr4/svr4.h +++ b/sys/svr4/svr4.h @@ -27,7 +27,6 @@ * $FreeBSD$ */ -#include "opt_global.h" #include "opt_svr4.h" #if !defined(_SVR4_H) -- cgit v1.1