anyauthput.c: stdint.h must not be included unconditionally

As it is already included by curlbuild.h if it exists on the platform it
was included here superfluously anyway.

Reported by: Dagobert Michelsen
Bug: http://curl.haxx.se/bug/view.cgi?id=3294509
This commit is contained in:
Daniel Stenberg 2011-04-28 22:14:05 +02:00
parent 5b7e1f9efe
commit c4bc1d473f
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@
#else
# ifdef __VMS
typedef int intptr_t;
# else
# include <stdint.h>
# endif
# include <unistd.h>
#endif