diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2018-01-03 06:23:10 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2018-01-04 12:59:47 -0800 |
commit | 4ae6eeb2cffa68336beedaeacf8874c93f15feda (patch) | |
tree | 9c212d00728a35922c468725a382cd6c0fb40d63 /src/lib/embryo/embryo_time.c | |
parent | 6c42801bac1343629ded606e6960bb656ec86ff8 (diff) |
efl: remove _MSC_VER (Visual Studio macro) usage in source code
Diffstat (limited to 'src/lib/embryo/embryo_time.c')
-rw-r--r-- | src/lib/embryo/embryo_time.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/embryo/embryo_time.c b/src/lib/embryo/embryo_time.c index 1e74816458..be32be7a14 100644 --- a/src/lib/embryo/embryo_time.c +++ b/src/lib/embryo/embryo_time.c | |||
@@ -5,10 +5,6 @@ | |||
5 | #include <sys/time.h> | 5 | #include <sys/time.h> |
6 | #include <time.h> | 6 | #include <time.h> |
7 | 7 | ||
8 | #ifdef _MSC_VER | ||
9 | # include <winsock2.h> | ||
10 | #endif | ||
11 | |||
12 | #ifdef _WIN32 | 8 | #ifdef _WIN32 |
13 | # include <Evil.h> | 9 | # include <Evil.h> |
14 | #endif | 10 | #endif |