diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2024-04-22 16:10:17 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2024-04-22 21:34:19 -0400 |
commit | 6bfde7e33e2220766b82abd5b88b4b33028d260a (patch) | |
tree | b2b5e5f9f9e352ec98a717b7c74b164ab1a51ae8 /gdb | |
parent | 740ccea39ecf04c96025a04c5f97de28c71ff8b5 (diff) | |
download | gdb-6bfde7e33e2220766b82abd5b88b4b33028d260a.zip gdb-6bfde7e33e2220766b82abd5b88b4b33028d260a.tar.gz gdb-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>
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. */ |