From 9102a6c15c756c55e77c0fa7deecfc58fa8a361e Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 30 May 2024 22:54:07 -0400 Subject: gdb/tui: cleanup includes 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, redefining standard macros. I'm afraid that removing these includes could change the behavior unintentionally. Change-Id: I4c5b652355c3bbce022fe0d447a72dc4e1d17d34 Approved-By: Tom Tromey --- gdb/tui/tui-location.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/tui/tui-location.h') diff --git a/gdb/tui/tui-location.h b/gdb/tui/tui-location.h index db558a4..ec05f45 100644 --- a/gdb/tui/tui-location.h +++ b/gdb/tui/tui-location.h @@ -18,11 +18,6 @@ #ifndef TUI_TUI_LOCATION_H #define TUI_TUI_LOCATION_H -#include "tui/tui.h" -#include "tui/tui.h" -#include "gdb_curses.h" -#include "observable.h" - /* Class used to track the current location that the TUI is displaying. An instance of this class will be created; as events occur within GDB the location information within this instance will be updated. As windows -- cgit v1.1