Explorar o código

sandbox: sort header files in os.c

Tidy this up as the list is long and likely to get longer.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Simon Glass %!s(int64=13) %!d(string=hai) anos
pai
achega
e101247212
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      arch/sandbox/cpu/os.c

+ 4 - 4
arch/sandbox/cpu/os.c

@@ -19,15 +19,15 @@
  * MA 02111-1307 USA
  */
 
+#include <errno.h>
 #include <fcntl.h>
 #include <stdlib.h>
 #include <termios.h>
-#include <unistd.h>
 #include <time.h>
-#include <errno.h>
-#include <sys/types.h>
-#include <sys/stat.h>
+#include <unistd.h>
 #include <sys/mman.h>
+#include <sys/stat.h>
+#include <sys/types.h>
 #include <linux/types.h>
 
 #include <os.h>