summaryrefslogtreecommitdiff
path: root/sys/vm/vm_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_page.h')
-rw-r--r--sys/vm/vm_page.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index b2c5ffd03bc3..6c86de2b9613 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_page.h,v 1.39 1998/05/24 04:25:27 dyson Exp $
+ * $Id: vm_page.h,v 1.40 1998/06/07 17:13:14 dfr Exp $
*/
/*
@@ -354,10 +354,6 @@ vm_page_hold(vm_page_t mem)
mem->hold_count++;
}
-#ifdef DIAGNOSTIC
-#include <sys/systm.h> /* make GCC shut up */
-#endif
-
static __inline void
vm_page_unhold(vm_page_t mem)
{