mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
gdb: remove unused includes in exceptions.c
These are reported as unused by clangd. Change-Id: I54b3fba4d7a73c955a9a26c0d340a384b2d37b32
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user