diff options
-rw-r--r-- | header_checks/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/header_checks/meson.build b/header_checks/meson.build index 1d3f0e171f..955c0082f2 100644 --- a/header_checks/meson.build +++ b/header_checks/meson.build | |||
@@ -49,12 +49,10 @@ header_checks = [ | |||
49 | 'sys/times.h', | 49 | 'sys/times.h', |
50 | 'longinfo.h', | 50 | 'longinfo.h', |
51 | 'ieeefp.h', | 51 | 'ieeefp.h', |
52 | 'node/uv.h', | ||
53 | 'sys/timerfd.h', | 52 | 'sys/timerfd.h', |
54 | 'features.h', | 53 | 'features.h', |
55 | 'langinfo.h', | 54 | 'langinfo.h', |
56 | 'locale.h', | 55 | 'locale.h', |
57 | 'uv.h', | ||
58 | 'crt_externs.h' | 56 | 'crt_externs.h' |
59 | ] | 57 | ] |
60 | 58 | ||