From 908a9a6742b1010894fae2a4a9cf797b051d6c33 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Wed, 3 Jan 2018 14:40:52 -0500 Subject: build: remove HAVE_LIMITS_H check .. because limits.h presence isn't optional, it's required by C89. Ref: http://port70.net/~nsz/c/c89/c89-draft.html#2.2.4.2 Closes https://github.com/curl/curl/pull/2215 --- tests/libtest/lib518.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/libtest/lib518.c') diff --git a/tests/libtest/lib518.c b/tests/libtest/lib518.c index e2dcb440d..81c5a5fad 100644 --- a/tests/libtest/lib518.c +++ b/tests/libtest/lib518.c @@ -27,9 +27,7 @@ #ifdef HAVE_FCNTL_H #include #endif -#ifdef HAVE_LIMITS_H #include -#endif #include "warnless.h" #include "memdebug.h" -- cgit v1.2.3