mirror of
https://github.com/curl/curl.git
synced 2026-07-30 17:58:03 +03:00
build: drop duplicate pthread.h includes
Already included from `curl_setup.h`. Closes #21144
This commit is contained in:
parent
3c72928471
commit
930f2e8227
6 changed files with 0 additions and 15 deletions
|
|
@ -25,10 +25,6 @@
|
|||
|
||||
#ifdef USE_THREADS
|
||||
|
||||
#if defined(USE_THREADS_POSIX) && defined(HAVE_PTHREAD_H)
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#include "llist.h"
|
||||
#include "curl_threads.h"
|
||||
#include "thrdpool.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue