mirror of
https://github.com/curl/curl.git
synced 2026-05-01 15:57:52 +03:00
no longer #includes "getenv.h"
This commit is contained in:
parent
09f6fc22ed
commit
58d70db92e
3 changed files with 2 additions and 3 deletions
|
|
@ -27,7 +27,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "getenv.h"
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "strequal.h"
|
||||
|
||||
/* Debug this single source file with:
|
||||
|
|
|
|||
|
|
@ -82,7 +82,6 @@
|
|||
#include <curl/types.h>
|
||||
#include "netrc.h"
|
||||
|
||||
#include "getenv.h"
|
||||
#include "hostip.h"
|
||||
#include "transfer.h"
|
||||
#include "sendf.h"
|
||||
|
|
|
|||
|
|
@ -80,7 +80,6 @@
|
|||
#include "netrc.h"
|
||||
|
||||
#include "formdata.h"
|
||||
#include "getenv.h"
|
||||
#include "base64.h"
|
||||
#include "ssluse.h"
|
||||
#include "hostip.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue