From fdafd315ad0d0f28a11b9fb4476a9ab059c62b92 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 24 Nov 2023 13:12:57 -0700 Subject: sys: 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 --- sys/net/toeplitz.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/net/toeplitz.c') diff --git a/sys/net/toeplitz.c b/sys/net/toeplitz.c index bc54060c867c..c57c133f044e 100644 --- a/sys/net/toeplitz.c +++ b/sys/net/toeplitz.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include -- cgit v1.2.3