Skip to content
Snippets Groups Projects
Commit 4545f4e6 authored by Joe Hershberger's avatar Joe Hershberger
Browse files

net: cosmetic: Alphabetize includes in net.c


Easier to find when alphabetized

Signed-off-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent f8315731
No related branches found
No related tags found
No related merge requests found
...@@ -75,27 +75,27 @@ ...@@ -75,27 +75,27 @@
#include <common.h> #include <common.h>
#include <watchdog.h>
#include <command.h> #include <command.h>
#include <linux/compiler.h>
#include <net.h> #include <net.h>
#include "arp.h" #if defined(CONFIG_STATUS_LED)
#include "bootp.h"
#include "tftp.h"
#include "rarp.h"
#include "nfs.h"
#ifdef CONFIG_STATUS_LED
#include <status_led.h>
#include <miiphy.h> #include <miiphy.h>
#include <status_led.h>
#endif #endif
#if defined(CONFIG_CMD_SNTP) #include <watchdog.h>
#include "sntp.h" #include <linux/compiler.h>
#endif #include "arp.h"
#include "bootp.h"
#include "cdp.h" #include "cdp.h"
#if defined(CONFIG_CMD_DNS) #if defined(CONFIG_CMD_DNS)
#include "dns.h" #include "dns.h"
#endif #endif
#include "nfs.h"
#include "ping.h" #include "ping.h"
#include "rarp.h"
#if defined(CONFIG_CMD_SNTP)
#include "sntp.h"
#endif
#include "tftp.h"
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment