Skip to content
Snippets Groups Projects
Commit e1012472 authored by Simon Glass's avatar Simon Glass Committed by Mike Frysinger
Browse files

sandbox: sort header files in os.c


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

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent e37ae40e
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment