sim: reorder header includes
[binutils-gdb.git] / sim / common / hw-alloc.c
index a16666b931a08ae7ceba1fcb167de5cd6915c3a0..b3633da4858a8a19420e831285689644dadcb8ca 100644 (file)
@@ -20,11 +20,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 /* This must come before any other includes.  */
 #include "defs.h"
 
+#include <stdlib.h>
+
 #include "hw-main.h"
 #include "hw-base.h"
 
-#include <stdlib.h>
-
 struct hw_alloc_data
 {
   void *alloc;