summaryrefslogtreecommitdiff
path: root/lib/curl_log.c
diff options
context:
space:
mode:
authorStefan Eissing <stefan@eissing.org>2023-03-01 16:40:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-03-02 08:48:34 +0100
commit9deebd311b167bbb7866c4a223934a8e25dfb78c (patch)
treef58e5297e7876d6c264a219f80aba4bba2e9d3ce /lib/curl_log.c
parent8151d7babcb0208d26e79ce48472a07296f07a68 (diff)
downloadcurl-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.c2
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"