aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-command.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2024-05-30 16:25:23 -0400
committerSimon Marchi <simon.marchi@efficios.com>2024-05-30 16:25:23 -0400
commit98841bd33223b2e62c98856dd29ab2d9cd7d1cdc (patch)
tree21248fce7bb5fe1a6087ccad52b169ad3ab9a8bb /gdb/tui/tui-command.c
parent002310d77de404189b80ff4b951b7dd27152fa71 (diff)
downloadbinutils-98841bd33223b2e62c98856dd29ab2d9cd7d1cdc.zip
binutils-98841bd33223b2e62c98856dd29ab2d9cd7d1cdc.tar.gz
binutils-98841bd33223b2e62c98856dd29ab2d9cd7d1cdc.tar.bz2
gdb: cleanup includes in tui/users/simark/try-remove-unused-includes-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
Diffstat (limited to 'gdb/tui/tui-command.c')
-rw-r--r--gdb/tui/tui-command.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/tui/tui-command.c b/gdb/tui/tui-command.c
index d36c137..b9bc19e 100644
--- a/gdb/tui/tui-command.c
+++ b/gdb/tui/tui-command.c
@@ -19,10 +19,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include "tui/tui.h"
-#include "tui/tui-data.h"
-#include "tui/tui-win.h"
-#include "tui/tui-io.h"
#include "tui/tui-command.h"
#include "tui/tui-wingeneral.h"