artik053: reorder #include
authorHeesub Shin <heesub.shin@samsung.com>
Thu, 13 Apr 2017 05:28:48 +0000 (14:28 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:17 +0000 (12:02 +0900)
Standard headers should appear before the other application-specific
things.

Change-Id: I430985ae495609ceb979c30478fdd89ed7373aa5
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
os/arch/arm/src/artik053/src/artik053_wlan.c

index f8b043d..470e176 100644 (file)
  ****************************************************************************/
 #include <tinyara/config.h>
 
+#include <stdio.h>
+
 #include <net/if.h>
 #include <net/lwip/opt.h>
 #include <net/lwip/netif.h>
 #include <net/lwip/tcpip.h>
-#include <stdio.h>
 
 struct netif *wlan_netif;