From 5b9707eb872ad4cb50c98d396d16f110070a44ca Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 23 Apr 2024 15:22:44 -0400 Subject: gdb: remove gdbcmd.h Most files including gdbcmd.h currently rely on it to access things actually declared in cli/cli-cmds.h (setlist, showlist, etc). To make things easy, replace all includes of gdbcmd.h with includes of cli/cli-cmds.h. This might lead to some unused includes of cli/cli-cmds.h, but it's harmless, and much faster than going through the 170 or so files by hand. Change-Id: I11f884d4d616c12c05f395c98bbc2892950fb00f Approved-By: Tom Tromey --- gdb/s12z-tdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/s12z-tdep.c') diff --git a/gdb/s12z-tdep.c b/gdb/s12z-tdep.c index 29d4ef3..c24c756 100644 --- a/gdb/s12z-tdep.c +++ b/gdb/s12z-tdep.c @@ -24,7 +24,7 @@ #include "gdbsupport/errors.h" #include "frame-unwind.h" #include "gdbcore.h" -#include "gdbcmd.h" +#include "cli/cli-cmds.h" #include "inferior.h" #include "opcode/s12z.h" #include "trad-frame.h" -- cgit v1.1