]> granicus.if.org Git - graphviz/commitdiff
lib/pack: [nfc] remove duplicate include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Feb 2022 07:14:05 +0000 (18:14 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 6 Feb 2022 20:36:36 +0000 (07:36 +1100)
lib/pack/pack.c

index 3498a4cca8c7fb4ba1a3f181270ed4028fd8696f..2234136d4ace745a8cfac408e6938761e010dd5b 100644 (file)
@@ -19,7 +19,6 @@
 #include <common/render.h>
 #include <pack/pack.h>
 #include <common/pointset.h>
-#include <assert.h>
 
 #define strneq(a,b,n)          (!strncmp(a,b,n))