[binutils-gdb] gdb: remove unused includes from valops.c
Simon Marchi
simark@sourceware.org
Wed Dec 17 04:15:39 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=04a9afc1d81058275219b499fd75c983967a30c1
commit 04a9afc1d81058275219b499fd75c983967a30c1
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date: Tue Dec 16 23:14:48 2025 -0500
gdb: remove unused includes from valops.c
clangd says they are unused.
Change-Id: I17362d38eabf7b93a311265ba7497560592faa94
Diff:
---
gdb/valops.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/gdb/valops.c b/gdb/valops.c
index 21dac7aa59c..446c14ff035 100644
--- a/gdb/valops.c
+++ b/gdb/valops.c
@@ -26,7 +26,6 @@
#include "inferior.h"
#include "gdbcore.h"
#include "target.h"
-#include "demangle.h"
#include "language.h"
#include "cli/cli-cmds.h"
#include "regcache.h"
@@ -36,7 +35,6 @@
#include "dictionary.h"
#include "cp-support.h"
#include "target-float.h"
-#include "tracepoint.h"
#include "observable.h"
#include "objfiles.h"
#include "extension.h"
More information about the Gdb-cvs
mailing list