aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2024-04-22 16:10:17 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2024-04-22 21:34:19 -0400
commit6bfde7e33e2220766b82abd5b88b4b33028d260a (patch)
treeb2b5e5f9f9e352ec98a717b7c74b164ab1a51ae8
parent740ccea39ecf04c96025a04c5f97de28c71ff8b5 (diff)
downloadbinutils-6bfde7e33e2220766b82abd5b88b4b33028d260a.zip
binutils-6bfde7e33e2220766b82abd5b88b4b33028d260a.tar.gz
binutils-6bfde7e33e2220766b82abd5b88b4b33028d260a.tar.bz2
gdb: don't include gdbsupport/array-view.h in defs.h
Nothing in defs.h actually uses this. Everything that I (and the buildbot) can compile still compiles, so I guess that all users of array_view already include it one way or another. Worst case, if this causes some build failure, the fix will be one #include away. Change-Id: I981be98b0653cc18c929d85e9afd8732332efd15 Approved-By: John Baldwin <jhb@FreeBSD.org>
-rw-r--r--gdb/defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 8ef36c1..91724d3 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -61,7 +61,6 @@
#include "gdbsupport/host-defs.h"
#include "gdbsupport/enum-flags.h"
-#include "gdbsupport/array-view.h"
/* Just in case they're not defined in stdio.h. */