]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
diagnostics: remove forward decl of json::value from diagnostic.h
authorDavid Malcolm <dmalcolm@redhat.com>
Sat, 19 Oct 2024 01:51:39 +0000 (21:51 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Sat, 19 Oct 2024 01:51:39 +0000 (21:51 -0400)
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 <dmalcolm@redhat.com>
gcc/diagnostic.h

index edd221f1a8cead68ab73165a44d37923ef3a82f6..423e07230a652bc793d0abc4665dc34cb0640254 100644 (file)
@@ -220,7 +220,6 @@ public:
 };
 
 class edit_context;
-namespace json { class value; }
 class diagnostic_client_data_hooks;
 class logical_location;
 class diagnostic_diagram;