aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-20 20:37:07 -0700
committerAleksandr Nogikh <nogikh@google.com>2024-05-22 08:43:06 +0000
commit6d22fe32b1dab5eb3ed693cfdcc0a63ccd886e96 (patch)
tree6cc10b85ad11749c9698dfcf44a209bc9b229d72 /executor
parent74a3bf0bffda9be47968e9889042a3c6692c6c44 (diff)
executor: remove including error.h in test_linux.h
It seems to be redundant and moreover it lets us compile on musl which does not provide this system header.
Diffstat (limited to 'executor')
-rw-r--r--executor/test_linux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/executor/test_linux.h b/executor/test_linux.h
index 7cf459569..8c9493539 100644
--- a/executor/test_linux.h
+++ b/executor/test_linux.h
@@ -1,7 +1,6 @@
// Copyright 2017 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-#include <error.h>
#include <stdint.h>
#include <sys/utsname.h>