lib: drop unused rand.h includes

Closes #20047
This commit is contained in:
Viktor Szakats 2025-12-20 12:18:34 +01:00
parent ff85571115
commit 43baf7a426
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 0 additions and 4 deletions

View 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"

View 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"

View 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"

View file

@ -72,7 +72,6 @@
#include "../connect.h"
#include "../select.h"
#include "../setopt.h"
#include "../rand.h"
#include "../strdup.h"
#ifdef USE_APPLE_SECTRUST