aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-endian.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-14 03:42:08 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-14 03:44:58 -0400
commit9312936603f4ed0de67aee3d1c4d714df16f995e (patch)
treed6e2780b1856acd58d29503e05d698bf63031b1e /sim/common/sim-endian.c
parente94dfb0747eb8094295fb7e0a7c20162355e6bcd (diff)
downloadfsf-binutils-gdb-9312936603f4ed0de67aee3d1c4d714df16f995e.zip
fsf-binutils-gdb-9312936603f4ed0de67aee3d1c4d714df16f995e.tar.gz
fsf-binutils-gdb-9312936603f4ed0de67aee3d1c4d714df16f995e.tar.bz2
sim: move sim-io.h to sim-assert.h
Since sim-endian.c doesn't actually use sim_io funcs, it's weird to include the sim-io.h header here. It's doing so only for the assert header. So lets relocate the include to the right place.
Diffstat (limited to 'sim/common/sim-endian.c')
-rw-r--r--sim/common/sim-endian.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/common/sim-endian.c b/sim/common/sim-endian.c
index d2e19b7..9e256c3 100644
--- a/sim/common/sim-endian.c
+++ b/sim/common/sim-endian.c
@@ -25,7 +25,6 @@
#include "sim-basics.h"
#include "sim-assert.h"
-#include "sim-io.h"
#if !defined(_SWAP_1)