build: drop duplicate pthread.h includes

Already included from `curl_setup.h`.

Closes #21144
This commit is contained in:
Viktor Szakats 2026-03-28 23:41:31 +01:00
parent 3c72928471
commit 930f2e8227
No known key found for this signature in database
6 changed files with 0 additions and 15 deletions

View file

@ -27,9 +27,6 @@
#ifdef USE_MUTEX
#ifdef HAVE_THREADS_POSIX
#ifdef HAVE_PTHREAD_H
#include <pthread.h>
#endif
# define CURL_THREAD_RETURN_T unsigned int
# define CURL_STDCALL
# define curl_mutex_t pthread_mutex_t