From: Matthew Fernandez Date: Wed, 4 Aug 2021 02:56:18 +0000 (-0700) Subject: remove unnecessary #include X-Git-Tag: 2.49.0~27^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4408099bffdab2f8aea3467e3c156453b3c296a4;p=graphviz remove unnecessary #include It is unnecessary to include stddef.h when stdlib.h is included. --- diff --git a/lib/ast/ast.h b/lib/ast/ast.h index 2f4e952b4..17c7e1917 100644 --- a/lib/ast/ast.h +++ b/lib/ast/ast.h @@ -17,7 +17,6 @@ extern "C" { #include #include -#include #include #ifndef PATH_MAX