]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-io.h
sim: reorder header includes
[thirdparty/binutils-gdb.git] / sim / common / sim-io.h
index 9536e4b587a29209838a6fe710e78da4d497d9f6..f9fd1978ee29e49705f84adf220e9864791a3540 100644 (file)
@@ -23,6 +23,9 @@
 #ifndef SIM_IO_H
 #define SIM_IO_H
 
+#include <sys/stat.h>
+#include <sys/types.h>
+
 /* See the file include/callbacks.h for a description */
 
 int sim_io_init (SIM_DESC sd);
@@ -86,9 +89,6 @@ void sim_io_poll_quit (SIM_DESC sd);
 /* Returns -1 and sets (host) EAGAIN if not ready. */
 int sim_io_poll_read (SIM_DESC sd, int, char *, int);
 
-#include <sys/types.h>
-#include <sys/stat.h>
-
 int sim_io_stat (SIM_DESC sd, const char *path, struct stat *buf);
 
 int sim_io_fstat (SIM_DESC sd, int fd, struct stat *buf);