]> granicus.if.org Git - graphviz/commitdiff
render.h: remove unused strings.h #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Mar 2022 20:18:05 +0000 (13:18 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 25 Mar 2022 00:04:12 +0000 (17:04 -0700)
lib/common/render.h

index 4e622a4111e8bc11640b8a2158ab147823b02bed..28ef222ae5b8aedf94e7dfa8516f77337b2c264b 100644 (file)
@@ -28,9 +28,6 @@ extern "C" {
 #include <stdlib.h>
 #endif
 #include <stddef.h>
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
 #include <string.h>
 
 #include <inttypes.h>