aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2024-04-29 11:07:22 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2024-05-30 22:43:52 -0400
commit05d9d66d92886053d56d1c5fb9fcfcb20f6a6de0 (patch)
tree6b9abcf3bf3ec97d5f8760173523ede46c9e3b40 /gdb/top.c
parentAutomatic date update in version.in (diff)
downloadbinutils-gdb-05d9d66d92886053d56d1c5fb9fcfcb20f6a6de0.tar.gz
binutils-gdb-05d9d66d92886053d56d1c5fb9fcfcb20f6a6de0.tar.bz2
binutils-gdb-05d9d66d92886053d56d1c5fb9fcfcb20f6a6de0.zip
gdb: remove unused includes in utils.h
Remove some includes reported as unused by clangd. Add some includes in other files that were previously relying on the transitive include. Change-Id: Ibdd0a998b04d21362a20d0ca8e5267e21e2e133e
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 4da24343a0f..6239c190627 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -17,6 +17,7 @@
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 "exceptions.h"
#include "cli/cli-cmds.h"
#include "cli/cli-script.h"
#include "cli/cli-setshow.h"