diff options
Diffstat (limited to 'gdb/bfd-target.c')
-rw-r--r-- | gdb/bfd-target.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/bfd-target.c b/gdb/bfd-target.c index 15a9e60..ffe85ae 100644 --- a/gdb/bfd-target.c +++ b/gdb/bfd-target.c @@ -18,12 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Local non-gdb includes. */ +#include "target.h" #include "bfd-target.h" #include "exec.h" #include "gdb_bfd.h" -#include "target.h" /* A target that wraps a BFD. */ |