Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #257211

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Sun 08 Feb 2026 15:47:47
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 2c0019b08554a5386b515752a783e7eb7182eec8

Comments

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: 25f351424b353884bfe36f5e1c7a787b04b46932

Closes #20544

Changed files