aboutsummaryrefslogtreecommitdiff
path: root/gdb/rust-lang.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-08-01 09:43:54 -0600
committerTom Tromey <tromey@adacore.com>2023-08-18 10:08:22 -0600
commitcbd44c311f3d9d03fa7caf528c44b25eaac399a6 (patch)
treef2062c099615631d2da36ce34b2c1a9b2a0c57a7 /gdb/rust-lang.c
parent069a1561b76532964b1dcc3bdd8f745e927358d6 (diff)
downloadgdb-cbd44c311f3d9d03fa7caf528c44b25eaac399a6.zip
gdb-cbd44c311f3d9d03fa7caf528c44b25eaac399a6.tar.gz
gdb-cbd44c311f3d9d03fa7caf528c44b25eaac399a6.tar.bz2
Remove most includes of psymtab.h
I found that most spots including psymtab.h do not need it. This patch removes these includes, and also one unnecessary include of psympriv.h.
Diffstat (limited to 'gdb/rust-lang.c')
-rw-r--r--gdb/rust-lang.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/rust-lang.c b/gdb/rust-lang.c
index a060720..5eb33d0 100644
--- a/gdb/rust-lang.c
+++ b/gdb/rust-lang.c
@@ -29,7 +29,6 @@
#include "gdbarch.h"
#include "infcall.h"
#include "objfiles.h"
-#include "psymtab.h"
#include "rust-lang.h"
#include "typeprint.h"
#include "valprint.h"