check-net: Remove header file 20/35120/2
authorMunkyu Im <munkyu.im@samsung.com>
Mon, 9 Feb 2015 11:15:22 +0000 (20:15 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 13 Feb 2015 05:36:48 +0000 (21:36 -0800)
winsock2.h already includes windows.h
So remove it.

Change-Id: Ied844894c64dacb876810f909400f68e15b219fb
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
tizen/src/util/check_net_win32.c

index 1ab7efb282195fba5454b4db6fcfdfb3208aa8bc..8b16f962684b9973747fe88adbd000243ccdfa57 100644 (file)
  *
  */
 #define _WIN32_WINNT 0x0601
-#include "check_net.h"
-#include <windows.h>
 #include <winsock2.h>
 #include <iphlpapi.h>
+#include "check_net.h"
 
 #define ALL_INTERFACE 0
 #define BRIDGE_ONLY 1