From a2f733abcff64628b7771a47089628b7327a88bd Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 24 Nov 2023 13:12:57 -0700 Subject: lib: 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 --- lib/libutil/_secure_path.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libutil/_secure_path.c') diff --git a/lib/libutil/_secure_path.c b/lib/libutil/_secure_path.c index 3deee78abc87..f55b191e89bb 100644 --- a/lib/libutil/_secure_path.c +++ b/lib/libutil/_secure_path.c @@ -19,7 +19,6 @@ * conditions are met. */ -#include #include #include -- cgit v1.2.3