From 610fa358106c4e8a0cf364b585b44fb9e2daa151 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 16 Jan 2022 18:39:21 +0100 Subject: [PATCH] sparse: remove useless include of cgraph/sprint.h The last use of anything from sprint.h was removed in https://gitlab.com/graphviz/graphviz/-/commit/c2d3526427a7259aa656ab72c83b43232ebfd806. --- lib/sparse/DotIO.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/sparse/DotIO.c b/lib/sparse/DotIO.c index fd19bb270..94fe1d0d0 100644 --- a/lib/sparse/DotIO.c +++ b/lib/sparse/DotIO.c @@ -10,7 +10,6 @@ #define STANDALONE #include -#include #include #include #include -- 2.40.0