diff options
author | Stefan Eissing <stefan@eissing.org> | 2023-03-01 16:40:22 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2023-03-02 08:48:34 +0100 |
commit | 9deebd311b167bbb7866c4a223934a8e25dfb78c (patch) | |
tree | f58e5297e7876d6c264a219f80aba4bba2e9d3ce /lib/curl_log.c | |
parent | 8151d7babcb0208d26e79ce48472a07296f07a68 (diff) | |
download | curl-9deebd311b167bbb7866c4a223934a8e25dfb78c.tar.gz |
lib: give source files cf-http.* better fitting names
Closes #10656
Diffstat (limited to 'lib/curl_log.c')
-rw-r--r-- | lib/curl_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_log.c b/lib/curl_log.c index b5ce1c7e0..2301cff12 100644 --- a/lib/curl_log.c +++ b/lib/curl_log.c @@ -38,7 +38,7 @@ #include "connect.h" #include "http2.h" #include "http_proxy.h" -#include "cf-http.h" +#include "cf-https-connect.h" #include "socks.h" #include "strtok.h" #include "vtls/vtls.h" |