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
This commit is contained in:
Jay Satiro 2018-01-03 14:40:52 -05:00
parent 129390a518
commit 908a9a6742
29 changed files with 2 additions and 62 deletions

View file

@ -27,9 +27,7 @@
#ifdef USE_LIBSSH
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <libssh/libssh.h>
#include <libssh/sftp.h>