diff options
author | phk <phk@FreeBSD.org> | 2001-05-23 23:01:37 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-05-23 23:01:37 +0000 |
commit | 3c306fcab0fa2eae45766916456fd4690e7a1230 (patch) | |
tree | 9b7fff889fb7f075553fbdcbbe3775b555a94e2b /usr.bin/top | |
parent | 8d7fd621d74315350c47a651bb4401a71143b291 (diff) | |
download | FreeBSD-src-3c306fcab0fa2eae45766916456fd4690e7a1230.zip FreeBSD-src-3c306fcab0fa2eae45766916456fd4690e7a1230.tar.gz |
We don't need to include <sys/conf.h>
Diffstat (limited to 'usr.bin/top')
-rw-r--r-- | usr.bin/top/machine.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 1c3d152..04a3741 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -49,7 +49,6 @@ /* Swap */ #include <stdlib.h> -#include <sys/conf.h> #include <unistd.h> #include <osreldate.h> /* for changes in kernel structures */ |