Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/vmstat Remove unused headers.



details:   https://anonhg.NetBSD.org/src/rev/fc874feee281
branches:  trunk
changeset: 796662:fc874feee281
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Jun 13 11:26:37 2014 +0000

description:
Remove unused headers.

diffstat:

 usr.bin/vmstat/drvstats.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r b312b43f816e -r fc874feee281 usr.bin/vmstat/drvstats.c
--- a/usr.bin/vmstat/drvstats.c Fri Jun 13 10:42:26 2014 +0000
+++ b/usr.bin/vmstat/drvstats.c Fri Jun 13 11:26:37 2014 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index