From 3c52a756339a2d96824d21a7d3ad5de7fc1085a0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 27 Mar 2025 17:26:51 -0400 Subject: Deprecate custom printf specifiers in favor of print() function that uses _Generic() to generically convert any value to a string or print as a string. --- src/stdlib/patterns.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stdlib/patterns.h') diff --git a/src/stdlib/patterns.h b/src/stdlib/patterns.h index 53db0978..2b77e490 100644 --- a/src/stdlib/patterns.h +++ b/src/stdlib/patterns.h @@ -3,7 +3,6 @@ // The type representing text patterns for pattern matching. #include -#include #include #include "datatypes.h" -- cgit v1.2.3