Browse Source

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>
master
Simon Marchi 2 years ago
committed by Simon Marchi
parent
commit
6bfde7e33e
  1. 1
      gdb/defs.h

1
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. */

Loading…
Cancel
Save