sim: replace -I$srcroot/bfd include with -I$srcroot

Clean up includes a bit by making ports include bfd/ headers
explicitly.  This matches other projects, and makes it more clear
where these headers are coming from.
This commit is contained in:
Mike Frysinger
2023-01-01 10:07:28 -05:00
parent 60a1031181
commit c217e3d54e
11 changed files with 13 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ code on the hardware.
#include "getopt.h"
#include "libiberty.h"
#include "bfd.h"
#include "elf-bfd.h"
#include "bfd/elf-bfd.h"
#include "sim/callback.h" /* GDB simulator callback interface */
#include "sim/sim.h" /* GDB simulator interface */
#include "sim-syscall.h" /* Simulator system call support */