[U-Boot] [PATCH v2 5/9] sandbox: sort header files in os.c
Mike Frysinger
vapier at gentoo.org
Tue Jan 10 19:07:04 CET 2012
On Monday 09 January 2012 17:25:15 Simon Glass wrote:
> --- a/arch/sandbox/cpu/os.c
> +++ b/arch/sandbox/cpu/os.c
>
> +#include <errno.h>
> #include <fcntl.h>
> +#include <os.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>
this is a u-boot header, so it should be last :)
the rest look good now
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120110/1286d9ae/attachment.pgp>
More information about the U-Boot
mailing list