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>
This commit is contained in:
Simon Glass 2012-01-10 15:54:05 -08:00 committed by Mike Frysinger
parent e37ae40e9d
commit e101247212
1 changed files with 4 additions and 4 deletions

View File

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