From: Christian Brauner Date: Thu, 12 Dec 2024 23:03:48 +0000 (+0100) Subject: selftests: remove unneeded include X-Git-Tag: io_uring-6.14-20240131~35^2~6^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d3238e8944e2bd1d6a006d35850e86fa80469751;p=linux-block.git selftests: remove unneeded include The pidfd header will be included in a sample program and this pulls in all the mount definitions that would be causing problems. Link: https://lore.kernel.org/r/20241213-work-mount-rbtree-lockless-v3-9-6e3cdaf9b280@kernel.org Reviewed-by: Jeff Layton Signed-off-by: Christian Brauner --- diff --git a/tools/testing/selftests/pidfd/pidfd.h b/tools/testing/selftests/pidfd/pidfd.h index 88d6830ee004..3a96053e52e7 100644 --- a/tools/testing/selftests/pidfd/pidfd.h +++ b/tools/testing/selftests/pidfd/pidfd.h @@ -12,7 +12,6 @@ #include #include #include -#include #include #include