Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcsh/dev Remove unused #include.
details: https://anonhg.NetBSD.org/src/rev/62eae9c92269
branches: trunk
changeset: 574452:62eae9c92269
user: uwe <uwe%NetBSD.org@localhost>
date: Mon Feb 28 16:55:58 2005 +0000
description:
Remove unused #include.
diffstat:
sys/arch/hpcsh/dev/j6x0lcd.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 260b887c2105 -r 62eae9c92269 sys/arch/hpcsh/dev/j6x0lcd.c
--- a/sys/arch/hpcsh/dev/j6x0lcd.c Mon Feb 28 16:55:54 2005 +0000
+++ b/sys/arch/hpcsh/dev/j6x0lcd.c Mon Feb 28 16:55:58 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: j6x0lcd.c,v 1.4 2005/02/28 16:16:19 uwe Exp $ */
+/* $NetBSD: j6x0lcd.c,v 1.5 2005/02/28 16:55:58 uwe Exp $ */
/*
* Copyright (c) 2004 Valeriy E. Ushakov
@@ -28,14 +28,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: j6x0lcd.c,v 1.4 2005/02/28 16:16:19 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: j6x0lcd.c,v 1.5 2005/02/28 16:55:58 uwe Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/systm.h>
-#include <sys/callout.h>
#ifdef GPROF
#include <sys/gmon.h>
#endif
Home |
Main Index |
Thread Index |
Old Index