summaryrefslogtreecommitdiff
path: root/fuzz/span.h
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/span.h')
-rw-r--r--fuzz/span.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fuzz/span.h b/fuzz/span.h
index 9cb08f9461..de144efe60 100644
--- a/fuzz/span.h
+++ b/fuzz/span.h
@@ -5,9 +5,8 @@
#ifndef __FUZZ_SPAN_H
#define __FUZZ_SPAN_H
-#include <unistd.h>
-
#include <algorithm>
+#include <unistd.h>
namespace fuzz
{