]> granicus.if.org Git - graphviz/commitdiff
remove unnecessary #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 4 Aug 2021 02:56:18 +0000 (19:56 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 8 Aug 2021 17:40:53 +0000 (10:40 -0700)
It is unnecessary to include stddef.h when stdlib.h is included.

lib/ast/ast.h

index 2f4e952b4f16f4003ecb8bb1c106bb7f9a2e82e6..17c7e19173d9fb727ace2fb9dbb9c805da457b71 100644 (file)
@@ -17,7 +17,6 @@ extern "C" {
 
 #include <sfio/sfio.h>
 #include <stdlib.h>
-#include <stddef.h>
 #include <string.h>
 
 #ifndef PATH_MAX