From 98841bd33223b2e62c98856dd29ab2d9cd7d1cdc Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 30 May 2024 16:25:23 -0400 Subject: gdb: cleanup includes in tui/ Remove includes reported as unused by clangd. Then, add any includes necessary to get rid of errors (includes possibly relying on previous includes).. I didn't remove the includes of gdb-safe-ctypes.h, because it appears to do some some preprocessor magic. I'm afraid that removing these includes could change the behavior unintentionally. Change-Id: I4c5b652355c3bbce022fe0d447a72dc4e1d17d34 --- gdb/tui/tui-io.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/tui/tui-io.c') diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c index 299a809..f962d7b 100644 --- a/gdb/tui/tui-io.c +++ b/gdb/tui/tui-io.c @@ -23,7 +23,6 @@ #include "target.h" #include "gdbsupport/event-loop.h" #include "event-top.h" -#include "command.h" #include "top.h" #include "ui.h" #include "tui/tui.h" -- cgit v1.1