mirror of
https://github.com/curl/curl.git
synced 2025-09-10 14:12:41 +03:00
no longer #includes "getenv.h"
This commit is contained in:
parent
09f6fc22ed
commit
58d70db92e
|
@ -27,7 +27,8 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "getenv.h"
|
#include <curl/curl.h>
|
||||||
|
|
||||||
#include "strequal.h"
|
#include "strequal.h"
|
||||||
|
|
||||||
/* Debug this single source file with:
|
/* Debug this single source file with:
|
||||||
|
|
|
@ -82,7 +82,6 @@
|
||||||
#include <curl/types.h>
|
#include <curl/types.h>
|
||||||
#include "netrc.h"
|
#include "netrc.h"
|
||||||
|
|
||||||
#include "getenv.h"
|
|
||||||
#include "hostip.h"
|
#include "hostip.h"
|
||||||
#include "transfer.h"
|
#include "transfer.h"
|
||||||
#include "sendf.h"
|
#include "sendf.h"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user