diff options
Diffstat (limited to 'sim/common/sim-trace.c')
-rw-r--r-- | sim/common/sim-trace.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/sim/common/sim-trace.c b/sim/common/sim-trace.c index 9ebb86d..f4712aa 100644 --- a/sim/common/sim-trace.c +++ b/sim/common/sim-trace.c @@ -20,21 +20,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* This must come before any other includes. */ #include "defs.h" -#include "sim-main.h" -#include "sim-io.h" -#include "sim-options.h" -#include "sim-fpu.h" -#include "sim/callback.h" +#include <stdlib.h> +#include <string.h> #include "bfd.h" -#include "libiberty.h" - #include "dis-asm.h" +#include "libiberty.h" +#include "sim-main.h" #include "sim-assert.h" - -#include <string.h> -#include <stdlib.h> +#include "sim-io.h" +#include "sim-options.h" +#include "sim-fpu.h" +#include "sim/callback.h" #ifndef SIZE_PHASE #define SIZE_PHASE 8 |