[pushed] gdb: remove unused includes from valops.c

Message ID 20251217041601.1738016-1-simon.marchi@polymtl.ca
State New
Headers
Series [pushed] gdb: remove unused includes from valops.c |

Commit Message

Simon Marchi Dec. 17, 2025, 4:15 a.m. UTC
  From: Simon Marchi <simon.marchi@polymtl.ca>

clangd says they are unused.

Change-Id: I17362d38eabf7b93a311265ba7497560592faa94
---
 gdb/valops.c | 2 --
 1 file changed, 2 deletions(-)


base-commit: aec5d2704a4e72456ef85f4a90ffb2d6138b2906
  

Patch

diff --git a/gdb/valops.c b/gdb/valops.c
index 21dac7aa59cc..446c14ff0350 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"