]> git.feebdaed.xyz Git - 0xmirror/curl.git/commitdiff
lib: drop unused `rand.h` includes
authorViktor Szakats <commit@vsz.me>
Sat, 20 Dec 2025 11:18:34 +0000 (12:18 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 20 Dec 2025 12:51:04 +0000 (13:51 +0100)
Closes #20047

lib/formdata.c
lib/http2.c
lib/vquic/curl_osslq.c
lib/vtls/vtls.c

index af3ff8bde5139dcb3ae8919c47f248034ad03708..45e48e672c614e393d0b251cd6f0899098590f91 100644 (file)
@@ -35,7 +35,6 @@ struct Curl_easy;
 #include "vtls/vtls.h"
 #include "sendf.h"
 #include "strdup.h"
-#include "rand.h"
 #include "bufref.h"
 #include "curlx/fopen.h"
 #include "curlx/warnless.h"
index 442c424d748953188cc45b89ed5492be384b0a81..824e5941afa8a49743eff8ce2b925150f099f9ef 100644 (file)
@@ -43,7 +43,6 @@
 #include "urlapi-int.h"
 #include "cfilters.h"
 #include "connect.h"
-#include "rand.h"
 #include "curlx/strparse.h"
 #include "transfer.h"
 #include "bufref.h"
index f932149d7539fdb4a75b08d80f246717202527de..dc1f0bf02ee4a6b2e60acbace0e990a63fbd6b60 100644 (file)
@@ -35,7 +35,6 @@
 #include "../urldata.h"
 #include "../hash.h"
 #include "../sendf.h"
-#include "../rand.h"
 #include "../multiif.h"
 #include "../cfilters.h"
 #include "../cf-socket.h"
index df39bb5a8ebddd1212eff89acdb97aed060e1921..88741e60132447bcfd355b8c30bc533ab49135a3 100644 (file)
@@ -72,7 +72,6 @@
 #include "../connect.h"
 #include "../select.h"
 #include "../setopt.h"
-#include "../rand.h"
 #include "../strdup.h"
 
 #ifdef USE_APPLE_SECTRUST