aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/sim-utils.c')
-rw-r--r--sim/common/sim-utils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sim/common/sim-utils.c b/sim/common/sim-utils.c
index ff6234b..e30627b 100644
--- a/sim/common/sim-utils.c
+++ b/sim/common/sim-utils.c
@@ -21,16 +21,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
#include <stdlib.h>
+#include <string.h>
#include <time.h>
-#include <sys/time.h> /* needed by sys/resource.h */
-
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif
-#include <string.h>
+#include <sys/time.h> /* needed by sys/resource.h */
-#include "libiberty.h"
#include "bfd.h"
+#include "libiberty.h"
+
#include "sim-main.h"
#include "sim-assert.h"
#include "sim-utils.h"