diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 10:07:28 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 23:17:07 -0500 |
commit | c217e3d54e17e2dcf6b02d109e219a1718ac130e (patch) | |
tree | 934ee7e632982cf1792392ea4542f2fd979cc20c /sim/m68hc11 | |
parent | 60a1031181a972a199fc64abddbdf9bcac20193a (diff) | |
download | gdb-c217e3d54e17e2dcf6b02d109e219a1718ac130e.zip gdb-c217e3d54e17e2dcf6b02d109e219a1718ac130e.tar.gz gdb-c217e3d54e17e2dcf6b02d109e219a1718ac130e.tar.bz2 |
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.
Diffstat (limited to 'sim/m68hc11')
-rw-r--r-- | sim/m68hc11/interp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m68hc11/interp.c b/sim/m68hc11/interp.c index f6bbb1e..323ae21 100644 --- a/sim/m68hc11/interp.c +++ b/sim/m68hc11/interp.c @@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "hw-tree.h" #include "hw-device.h" #include "hw-ports.h" -#include "elf32-m68hc1x.h" +#include "bfd/elf32-m68hc1x.h" #include "m68hc11-sim.h" |