correct header file stuff; pointed out by tedu
authorderaadt <deraadt@openbsd.org>
Mon, 2 Aug 2010 04:37:42 +0000 (04:37 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 2 Aug 2010 04:37:42 +0000 (04:37 +0000)
sys/arch/i386/pci/gscpm.c

index eefcec9..abcbfa0 100644 (file)
@@ -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