diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2019-04-02 10:09:24 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-04-02 10:09:24 -0400 |
commit | b41ed254a9f9dce60eb505f75da30a25fb6ea424 (patch) | |
tree | f945ae8bcbb217846471211061f3626c6de5e02b /header_checks | |
parent | 96f1e297092157377618850765bdb3f71f396410 (diff) |
remove useless check of ws2tcpip.h
Summary: it is useless to check for header files which necessarly exist
Test Plan: compilation
Reviewers: raster, cedric, zmike
Reviewed By: zmike
Subscribers: #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D8535
Diffstat (limited to 'header_checks')
-rw-r--r-- | header_checks/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/header_checks/meson.build b/header_checks/meson.build index 48eeb89d2a..42d638fc6a 100644 --- a/header_checks/meson.build +++ b/header_checks/meson.build | |||
@@ -52,7 +52,6 @@ header_checks = [ | |||
52 | 'langinfo.h', | 52 | 'langinfo.h', |
53 | 'locale.h', | 53 | 'locale.h', |
54 | 'uv.h', | 54 | 'uv.h', |
55 | 'ws2tcpip.h', | ||
56 | 'crt_externs.h' | 55 | 'crt_externs.h' |
57 | ] | 56 | ] |
58 | 57 | ||