summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/asc.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-06 23:44:23 +0000
committerbde <bde@FreeBSD.org>1995-12-06 23:44:23 +0000
commit369f41ad46df402995bdb9d0f3e2bf0534b3c81d (patch)
treee3036059bd6d58e16e7f515e25e247da3960b4d1 /sys/i386/isa/asc.c
parent63875293f27fe7fb41a40c649091ea2d9a17d96b (diff)
downloadFreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.zip
FreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.tar.gz
Removed unnecessary #includes of <sys/user.h>. Some of these were just
to get the definitions of TRUE and FALSE which happen to be defined in a deeply nested include. Added nearby #includes of <sys/conf.h> where appropriate.
Diffstat (limited to 'sys/i386/isa/asc.c')
-rw-r--r--sys/i386/isa/asc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/isa/asc.c b/sys/i386/isa/asc.c
index 05b168d..2050c76 100644
--- a/sys/i386/isa/asc.c
+++ b/sys/i386/isa/asc.c
@@ -34,7 +34,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
- * $Id: asc.c,v 1.7 1995/11/29 10:47:24 julian Exp $
+ * $Id: asc.c,v 1.8 1995/11/29 14:39:31 julian Exp $
*/
#include "asc.h"
@@ -43,7 +43,6 @@
#include "param.h"
#include "systm.h"
#include "proc.h"
-#include "user.h"
#include "buf.h"
#include "malloc.h"
#include "kernel.h"
@@ -60,8 +59,8 @@
#else
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/conf.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/buf.h>
#include <sys/malloc.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud