From c8813424c9d126a6a743269f6e092d4fd8b39e0a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 24 Nov 2023 13:12:57 -0700 Subject: [PATCH] secure: Automated cleanup of cdefs and other formatting Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row. Remove /^#if.*\n#endif.*\n#include\s+.*\n/ Remove /\n+#include\s+.*\n+#if.*\n#endif.*\n+/ Remove /\n+#if.*\n#endif.*\n+/ Remove /^#if.*\n#endif.*\n/ Remove /\n+#include\s+\n#include\s+/ Remove /\n+#include\s+\n#include\s+/ Remove /\n+#include\s+\n#include\s+/ Sponsored by: Netflix --- secure/lib/libcrypt/crypt-des.c | 1 - 1 file changed, 1 deletion(-) diff --git a/secure/lib/libcrypt/crypt-des.c b/secure/lib/libcrypt/crypt-des.c index f96933ab1bfd..f274ce3a6e29 100644 --- a/secure/lib/libcrypt/crypt-des.c +++ b/secure/lib/libcrypt/crypt-des.c @@ -56,7 +56,6 @@ * alignment). */ -#include #include #include #include