diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2025-03-11 15:04:21 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2025-03-12 14:14:24 -0400 |
commit | add96080cf9e460afe478cfad489d7f22ab10678 (patch) | |
tree | d6ad738ddbb62a0c71f2e39f259231c898fdfbe9 | |
parent | b21f6439cc6d3a6eb7d0ce1c7497d65ee1bffe12 (diff) | |
download | binutils-add96080cf9e460afe478cfad489d7f22ab10678.zip binutils-add96080cf9e460afe478cfad489d7f22ab10678.tar.gz binutils-add96080cf9e460afe478cfad489d7f22ab10678.tar.bz2 |
gdb: remove unused includes in exceptions.c
These are reported as unused by clangd.
Change-Id: I54b3fba4d7a73c955a9a26c0d340a384b2d37b32
-rw-r--r-- | gdb/exceptions.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 0fdb075..741049a 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -18,13 +18,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "exceptions.h" -#include "breakpoint.h" #include "target.h" #include "inferior.h" #include "annotate.h" #include "ui-out.h" #include "serial.h" -#include "gdbthread.h" #include "ui.h" #include <optional> |