Module Name: src
Committed By: joerg
Date: Fri Jun 13 11:26:37 UTC 2014
Modified Files:
src/usr.bin/vmstat: drvstats.c
Log Message:
Remove unused headers.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/vmstat/drvstats.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/vmstat/drvstats.c
diff -u src/usr.bin/vmstat/drvstats.c:1.8 src/usr.bin/vmstat/drvstats.c:1.9
--- src/usr.bin/vmstat/drvstats.c:1.8 Mon Jun 2 22:57:50 2014
+++ src/usr.bin/vmstat/drvstats.c Fri Jun 13 11:26:37 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: drvstats.c,v 1.8 2014/06/02 22:57:50 joerg Exp $ */
+/* $NetBSD: drvstats.c,v 1.9 2014/06/13 11:26:37 joerg Exp $ */
/*
* Copyright (c) 1996 John M. Vinopal
@@ -40,9 +40,7 @@
#include <err.h>
#include <fcntl.h>
-#include <kvm.h>
#include <limits.h>
-#include <nlist.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>