forked from Imagelibrary/binutils-gdb
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user