From 6d22fe32b1dab5eb3ed693cfdcc0a63ccd886e96 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 May 2024 20:37:07 -0700 Subject: 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. --- executor/test_linux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'executor/test_linux.h') 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 #include #include -- cgit mrf-deployment