]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-fpu.c
sim: reorder header includes
[thirdparty/binutils-gdb.git] / sim / common / sim-fpu.c
index fe8ecf8a3ce52ecb098ae1cee5a73fd115a9b334..e49d2e3238df2ad8c998331a3e434e2ecfff4774 100644 (file)
@@ -38,14 +38,14 @@ 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 "sim-basics.h"
 #include "sim-fpu.h"
 
 #include "sim-io.h"
 #include "sim-assert.h"
 
-#include <stdlib.h>
-
 /* Debugging support.
    If digits is -1, then print all digits.  */