[pushed] gdb: remove unused include from gdbtypes.c

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

Commit Message

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

clangd says it's not used.

Change-Id: I49ae57264599b490c3fe4c61c05a11e7c0891056
---
 gdb/gdbtypes.c | 1 -
 1 file changed, 1 deletion(-)


base-commit: fe4597b321d649cd1c2e275a1e3190b10d0fbf9a
  

Patch

diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c
index 6736de96c042..975e1246a0df 100644
--- a/gdb/gdbtypes.c
+++ b/gdb/gdbtypes.c
@@ -32,7 +32,6 @@ 
 #include "complaints.h"
 #include "cli/cli-cmds.h"
 #include "cp-abi.h"
-#include "hashtab.h"
 #include "cp-support.h"
 #include "bcache.h"
 #include "dwarf2/loc.h"