summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcsapuntz <csapuntz@openbsd.org>1999-07-18 22:40:52 +0000
committercsapuntz <csapuntz@openbsd.org>1999-07-18 22:40:52 +0000
commitff6d301cfb86135f97e6f6855077ff21cfbc384e (patch)
tree4d6cb70b2b18e3fbe1b88ac10b57bd9fc5d2e170
parentSync with current diagnostic messages. (diff)
downloadwireguard-openbsd-ff6d301cfb86135f97e6f6855077ff21cfbc384e.tar.xz
wireguard-openbsd-ff6d301cfb86135f97e6f6855077ff21cfbc384e.zip
Get rid of useless #include's of wdc.h
-rw-r--r--sys/arch/i386/i386/conf.c3
-rw-r--r--sys/arch/i386/i386/swapgeneric.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c
index f1fd62fb6ed..22ae2f62974 100644
--- a/sys/arch/i386/i386/conf.c
+++ b/sys/arch/i386/i386/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.52 1999/04/28 23:20:59 alex Exp $ */
+/* $OpenBSD: conf.c,v 1.53 1999/07/18 22:40:53 csapuntz Exp $ */
/* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */
/*
@@ -41,7 +41,6 @@
#include <machine/conf.h>
-#include "wdc.h"
#include "wd.h"
bdev_decl(wd);
bdev_decl(sw);
diff --git a/sys/arch/i386/i386/swapgeneric.c b/sys/arch/i386/i386/swapgeneric.c
index 9d26273abfc..9bdcc3870a3 100644
--- a/sys/arch/i386/i386/swapgeneric.c
+++ b/sys/arch/i386/i386/swapgeneric.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: swapgeneric.c,v 1.9 1999/03/17 22:55:08 deraadt Exp $ */
+/* $OpenBSD: swapgeneric.c,v 1.10 1999/07/18 22:40:52 csapuntz Exp $ */
/* $NetBSD: swapgeneric.c,v 1.12 1996/05/03 19:42:28 christos Exp $ */
/*-
@@ -52,7 +52,6 @@
#include <machine/pte.h>
#include <machine/cpu.h>
-#include "wdc.h"
#include "fdc.h"
#include "sd.h"
#include "cd.h"