summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-08-17 19:09:36 +0000
committerbde <bde@FreeBSD.org>1998-08-17 19:09:36 +0000
commit4e2d834c273f856ec40aee3f3f946f3d2f17ac74 (patch)
tree1b5a2bd16307f5556ed45891616d70d70b90f763 /sys/i386
parent4b4c2fa24ada2c9e4db5a93c9fe26595f9a0fb91 (diff)
downloadFreeBSD-src-4e2d834c273f856ec40aee3f3f946f3d2f17ac74.zip
FreeBSD-src-4e2d834c273f856ec40aee3f3f946f3d2f17ac74.tar.gz
Removed unused includes.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/loran.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/i386/isa/loran.c b/sys/i386/isa/loran.c
index 4e1a1b7..e92d793 100644
--- a/sys/i386/isa/loran.c
+++ b/sys/i386/isa/loran.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: loran.c,v 1.6 1998/06/07 20:36:40 phk Exp $
+ * $Id: loran.c,v 1.7 1998/08/17 18:47:36 bde Exp $
*
* This device-driver helps the userland controlprogram for a LORAN-C
* receiver avoid monopolizing the CPU.
@@ -21,21 +21,13 @@
*/
#ifdef KERNEL
-#include "loran.h"
-#include "opt_devfs.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysctl.h>
#include <sys/conf.h>
#include <sys/kernel.h>
#include <sys/uio.h>
-#include <sys/syslog.h>
-#include <sys/time.h>
#include <sys/malloc.h>
-#ifdef DEVFS
-#include <sys/devfsext.h>
-#endif /*DEVFS*/
#include <i386/isa/isa_device.h>
#endif /* KERNEL */
OpenPOWER on IntegriCloud