From c217e3d54e17e2dcf6b02d109e219a1718ac130e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 1 Jan 2023 10:07:28 -0500 Subject: 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. --- sim/frv/sim-if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/frv') diff --git a/sim/frv/sim-if.c b/sim/frv/sim-if.c index ed1427c..cd24f35 100644 --- a/sim/frv/sim-if.c +++ b/sim/frv/sim-if.c @@ -30,7 +30,7 @@ along with this program. If not, see . */ #include "sim-options.h" #include "libiberty.h" #include "bfd.h" -#include "elf-bfd.h" +#include "bfd/elf-bfd.h" static void free_state (SIM_DESC); -- cgit v1.1