projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe87422
)
check-net: Remove header file
20/35120/2
author
Munkyu Im
<munkyu.im@samsung.com>
Mon, 9 Feb 2015 11:15:22 +0000
(20:15 +0900)
committer
SeokYeon 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
patch
|
blob
|
history
diff --git
a/tizen/src/util/check_net_win32.c
b/tizen/src/util/check_net_win32.c
index 1ab7efb282195fba5454b4db6fcfdfb3208aa8bc..8b16f962684b9973747fe88adbd000243ccdfa57 100644
(file)
--- a/
tizen/src/util/check_net_win32.c
+++ b/
tizen/src/util/check_net_win32.c
@@
-27,10
+27,9
@@
*
*/
#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