artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ff6a6c
)
correct header file stuff; pointed out by tedu
author
deraadt
<deraadt@openbsd.org>
Mon, 2 Aug 2010 04:37:42 +0000
(
04:37
+0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 2 Aug 2010 04:37:42 +0000
(
04:37
+0000)
sys/arch/i386/pci/gscpm.c
patch
|
blob
|
history
diff --git
a/sys/arch/i386/pci/gscpm.c
b/sys/arch/i386/pci/gscpm.c
index
eefcec9
..
abcbfa0
100644
(file)
--- a/
sys/arch/i386/pci/gscpm.c
+++ b/
sys/arch/i386/pci/gscpm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: gscpm.c,v 1.
7 2010/08/02 03:51:39
deraadt Exp $ */
+/* $OpenBSD: gscpm.c,v 1.
8 2010/08/02 04:37:42
deraadt Exp $ */
/*
* Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
*
@@
-23,8
+23,6
@@
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/kernel.h>
-#include <sys/proc.h>
-#include <sys/sysctl.h>
#ifdef __HAVE_TIMECOUNTER
#include <sys/timetc.h>
#endif