From 6cf3ddd23ec1cf33f4b9f82d267e79741a2fdc48 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 22 Dec 2022 22:01:19 -0500 Subject: sim: move bfd.h include out of sim-main.h Not all arches include this in sim-main.h, and the ones that do don't actually use bfd defines in the sim-main.h header. Prune it to make sim-main.h simpler so we can kill it off entirely in the future. We add the include to the files that utilize e.g. bfd_vma though. --- sim/h8300/sim-main.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sim/h8300/sim-main.h') diff --git a/sim/h8300/sim-main.h b/sim/h8300/sim-main.h index 84bb346..c034699 100644 --- a/sim/h8300/sim-main.h +++ b/sim/h8300/sim-main.h @@ -1,7 +1,5 @@ /* Main header for the Hitachi h8/300 architecture. */ -#include "bfd.h" - #ifndef SIM_MAIN_H #define SIM_MAIN_H -- cgit v1.1