aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/raidz_test
diff options
context:
space:
mode:
authorAndrea Gelmini <[email protected]>2021-03-22 20:34:58 +0100
committerGitHub <[email protected]>2021-03-22 12:34:58 -0700
commit8a915ba1f66edc3863c0dcb1c2a4f83582cd4a94 (patch)
tree2be6603c530ef0b2680c09d862df6b83425ac450 /cmd/raidz_test
parentbe1e69f31c9edc3f46ff82a411e50c8d2c19329d (diff)
Removed duplicated includes
Reviewed-by: Matthew Ahrens <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Andrea Gelmini <[email protected]> Closes #11775
Diffstat (limited to 'cmd/raidz_test')
-rw-r--r--cmd/raidz_test/raidz_bench.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/raidz_test/raidz_bench.c b/cmd/raidz_test/raidz_bench.c
index a3446c52c..f44d6fbde 100644
--- a/cmd/raidz_test/raidz_bench.c
+++ b/cmd/raidz_test/raidz_bench.c
@@ -31,8 +31,6 @@
#include <sys/vdev_raidz_impl.h>
#include <stdio.h>
-#include <sys/time.h>
-
#include "raidz_test.h"
#define GEN_BENCH_MEMORY (((uint64_t)1ULL)<<32)