mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:31:40 +03:00
curl_setup.h: drop extra header guard for internal include
The included local header starts with this same guard. The original
commit added it for fixing VMS builds along with many other changes, but
without mention of this specific one in the commit message.
`curl_setup.h` is included once, which includes `curl_setup_once.h`
once, even if the latter wouldn't have it's own guard.
Ref: 25f351424b
Closes #20544
This commit is contained in:
parent
bb56f325a4
commit
2c0019b085
1 changed files with 0 additions and 2 deletions
|
|
@ -793,9 +793,7 @@
|
|||
/*
|
||||
* Include macros and defines that should only be processed once.
|
||||
*/
|
||||
#ifndef HEADER_CURL_SETUP_ONCE_H
|
||||
#include "curl_setup_once.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Macros and functions to safely suppress warnings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue