diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2024-11-04 17:46:01 +0000 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2024-11-04 13:18:23 -0500 |
commit | a2d63ac6798d99889fdea3b955ee24f1b7ba8591 (patch) | |
tree | 6bb4d6c6b9e28e4c16b2f09cf1a45d7b14f56964 /gdb | |
parent | 8675d15227529517e0a7e78e1524ad9cc76afc14 (diff) | |
download | gdb-a2d63ac6798d99889fdea3b955ee24f1b7ba8591.zip gdb-a2d63ac6798d99889fdea3b955ee24f1b7ba8591.tar.gz gdb-a2d63ac6798d99889fdea3b955ee24f1b7ba8591.tar.bz2 |
gdb: cleanup includes in gdbtypes.h
Remove some includes reported as unused by clangd.
Change-Id: Ifc74f782d5aaafd1d719816821860352090c6667
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/gdbtypes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h index f80bd7e..7fdb377 100644 --- a/gdb/gdbtypes.h +++ b/gdb/gdbtypes.h @@ -48,11 +48,7 @@ #include "gdbsupport/array-view.h" #include "gdbsupport/gdb-hashtab.h" #include <optional> -#include "gdbsupport/offset-type.h" #include "gdbsupport/enum-flags.h" -#include "gdbsupport/underlying.h" -#include "gdbsupport/print-utils.h" -#include "gdbsupport/function-view.h" #include "dwarf2.h" #include "gdbsupport/gdb_obstack.h" #include "gmp-utils.h" |