From b5b2e011a797af0d8d6aa21074e1bafee4caff31 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 2 Mar 2025 10:22:56 -0800 Subject: [PATCH] Drop linux/ headers for standard ones. Signed-off-by: Andrew G. Morgan --- pam_cap/pam_cap.c | 1 - psx/psx_calls.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pam_cap/pam_cap.c b/pam_cap/pam_cap.c index 3ec99bb..02f61c0 100644 --- a/pam_cap/pam_cap.c +++ b/pam_cap/pam_cap.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include diff --git a/psx/psx_calls.c b/psx/psx_calls.c index 31eed2d..7dac82d 100644 --- a/psx/psx_calls.c +++ b/psx/psx_calls.c @@ -7,7 +7,7 @@ * because its use of kernel headers conflicts badly with the more * traditional *libc provided headers. */ -#include +#include #include #include #include