From 9312936603f4ed0de67aee3d1c4d714df16f995e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 14 Mar 2015 03:42:08 -0400 Subject: 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. --- sim/common/sim-endian.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/common/sim-endian.c') 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) -- cgit v1.1