[pushed] gdb: remove unused includes from valops.c
Commit Message
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
@@ -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"