Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>

-1
-1
tools/testing/selftests/pidfd/pidfd.h
··· 12 12 #include <stdlib.h> 13 13 #include <string.h> 14 14 #include <syscall.h> 15 - #include <sys/mount.h> 16 15 #include <sys/types.h> 17 16 #include <sys/wait.h> 18 17