aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2011-06-24 07:29:04 +0000
committerKevin Lo <kevlo@FreeBSD.org>2011-06-24 07:29:04 +0000
commitecd9e552d0671a9bb49d3193527f04b5e04e9632 (patch)
tree31abbe4b3ff6fe6e5321f3df25a31adc47c93f51 /sbin
parentaa7e4bb4663ca1167a0c9de643091ffaffebdc4f (diff)
downloadsrc-ecd9e552d0671a9bb49d3193527f04b5e04e9632.tar.gz
src-ecd9e552d0671a9bb49d3193527f04b5e04e9632.zip
Remove duplicated header files
Notes
Notes: svn path=/head/; revision=223494
Diffstat (limited to 'sbin')
-rw-r--r--sbin/savecore/savecore.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c
index d54fcf59ac45..ea715f345c22 100644
--- a/sbin/savecore/savecore.c
+++ b/sbin/savecore/savecore.c
@@ -66,7 +66,6 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/disk.h>
#include <sys/kerneldump.h>
-#include <sys/param.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <errno.h>