diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-06-02 06:23:18 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-06-02 06:23:18 +0000 |
commit | bab52dc9258ef353ee4fcee4dfb1ff2a4b1eaeaf (patch) | |
tree | 940317be15f2ab4cbec3513f125db5c886873357 | |
parent | 7d1b805ff73858f2d4673bfa6d181d739a007819 (diff) |
<sys/dir.h> isn't needed here
-rw-r--r-- | usr.bin/systat/pigs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c index 257afab424b..fd6ce4d2d94 100644 --- a/usr.bin/systat/pigs.c +++ b/usr.bin/systat/pigs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pigs.c,v 1.25 2011/04/10 03:20:59 guenther Exp $ */ +/* $OpenBSD: pigs.c,v 1.26 2013/06/02 06:23:17 guenther Exp $ */ /* $NetBSD: pigs.c,v 1.3 1995/04/29 05:54:50 cgd Exp $ */ /*- @@ -37,7 +37,6 @@ #include <sys/param.h> #include <sys/dkstat.h> #include <sys/resource.h> -#include <sys/dir.h> #include <sys/time.h> #include <sys/proc.h> #include <sys/sysctl.h> |