mirror of
https://github.com/curl/curl.git
synced 2026-07-29 07:43:08 +03:00
header inclusion cleanup
This commit is contained in:
parent
8adc7038fe
commit
ed63d9d4de
8 changed files with 17 additions and 57 deletions
|
|
@ -22,13 +22,9 @@
|
|||
***************************************************************************/
|
||||
#include "setup.h" /* portability help from the lib directory */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#ifdef HAVE_SIGNAL_H
|
||||
#include <signal.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue