From 4545f4e6dbcf4ed6399e1279ddbfe18b368db2aa Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Wed, 23 May 2012 07:58:15 +0000 Subject: net: cosmetic: Alphabetize includes in net.c Easier to find when alphabetized Signed-off-by: Joe Hershberger --- net/net.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'net/net.c') diff --git a/net/net.c b/net/net.c index f6d294e2ac..de5352cb46 100644 --- a/net/net.c +++ b/net/net.c @@ -75,27 +75,27 @@ #include -#include #include -#include #include -#include "arp.h" -#include "bootp.h" -#include "tftp.h" -#include "rarp.h" -#include "nfs.h" -#ifdef CONFIG_STATUS_LED -#include +#if defined(CONFIG_STATUS_LED) #include +#include #endif -#if defined(CONFIG_CMD_SNTP) -#include "sntp.h" -#endif +#include +#include +#include "arp.h" +#include "bootp.h" #include "cdp.h" #if defined(CONFIG_CMD_DNS) #include "dns.h" #endif +#include "nfs.h" #include "ping.h" +#include "rarp.h" +#if defined(CONFIG_CMD_SNTP) +#include "sntp.h" +#endif +#include "tftp.h" DECLARE_GLOBAL_DATA_PTR; -- cgit v1.2.3