From: David Malcolm Date: Sat, 19 Oct 2024 01:51:39 +0000 (-0400) Subject: diagnostics: remove forward decl of json::value from diagnostic.h X-Git-Tag: basepoints/gcc-16~5061 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83abdb041426b7490e93c3f77be93148bcd94de3;p=thirdparty%2Fgcc.git diagnostics: remove forward decl of json::value from diagnostic.h I believe this hasn't been necessary since r15-1413-gd3878c85f331c7. gcc/ChangeLog: * diagnostic.h (json::value): Remove forward decl. Signed-off-by: David Malcolm --- diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index edd221f1a8c..423e07230a6 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -220,7 +220,6 @@ public: }; class edit_context; -namespace json { class value; } class diagnostic_client_data_hooks; class logical_location; class diagnostic_diagram;