commit | 6bfde7e33e2220766b82abd5b88b4b33028d260a | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Mon Apr 22 16:10:17 2024 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Mon Apr 22 21:34:19 2024 -0400 |
tree | b2b5e5f9f9e352ec98a717b7c74b164ab1a51ae8 | |
parent | 740ccea39ecf04c96025a04c5f97de28c71ff8b5 [diff] |
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>