mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
sim: endian: move bfd.h from header to source
The bfd APIs are used only by sim-n-endian.h which is only included by sim-endian.c, so move the bfd.h include there and out of sim-endian.h which is included by many other modules.
This commit is contained in:
parent
6cf3ddd23e
commit
b15fa15bc4
@ -26,6 +26,8 @@
|
||||
/* This must come before any other includes. */
|
||||
#include "defs.h"
|
||||
|
||||
#include "bfd.h"
|
||||
|
||||
#include "sim-basics.h"
|
||||
#include "sim-assert.h"
|
||||
|
||||
|
@ -23,8 +23,6 @@
|
||||
#ifndef SIM_ENDIAN_H
|
||||
#define SIM_ENDIAN_H
|
||||
|
||||
#include "bfd.h"
|
||||
|
||||
/* C byte conversion functions */
|
||||
|
||||
INLINE_SIM_ENDIAN(unsigned_1) endian_h2t_1(unsigned_1 x);
|
||||
|
Loading…
Reference in New Issue
Block a user