mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:23:38 +03:00
tidy-up: minor code fixes and improvements
- schannel: drop redundant parentheses. - os400sys: drop redundant includes. Follow-up toebc5212dac#22374 - pytest: replace `()` with `[]` to match rest of tests. - libtests: constify some local pointers. - libtests: drop redundant `(long)` casts. - lib650: use `CURL_CSTRLEN()`. Follow-up to59dc2bbe07#22424 Closes #22444
This commit is contained in:
parent
c4013cdb85
commit
b84838073c
11 changed files with 11 additions and 13 deletions
|
|
@ -28,8 +28,6 @@
|
|||
#include <curl/curl.h>
|
||||
#include "config-os400.h" /* Not curl_setup.h: we only need some defines. */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue