From: Magnus Jacobsson Date: Fri, 26 Aug 2022 11:19:08 +0000 (+0200) Subject: tests: test_svg_analyzer: remove useless include of graphviz_graph.h X-Git-Tag: 6.0.1~15^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efb0a45599e25df68de2df90a4bb9109200cb956;p=graphviz tests: test_svg_analyzer: remove useless include of graphviz_graph.h --- diff --git a/tests/test_svg_analyzer.cpp b/tests/test_svg_analyzer.cpp index b2b54c9cd..f14669064 100644 --- a/tests/test_svg_analyzer.cpp +++ b/tests/test_svg_analyzer.cpp @@ -3,7 +3,6 @@ #include #include -#include "graphviz_graph.h" #include "svg_analyzer.h" #include #include