aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/thread.i
diff options
context:
space:
mode:
authortobo <tobo@yandex-team.ru>2022-04-07 08:59:43 +0300
committertobo <tobo@yandex-team.ru>2022-04-07 08:59:43 +0300
commit8d0bed04edbd809859fe349779c07ef122fdeca2 (patch)
tree5637277bc2da6afb261b990047079e132f5b8d2b /util/system/thread.i
parent3bd25da701a5b6de40acbea240354462348803d6 (diff)
downloadydb-8d0bed04edbd809859fe349779c07ef122fdeca2.tar.gz
remove unused includes
ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40
Diffstat (limited to 'util/system/thread.i')
-rw-r--r--util/system/thread.i5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/system/thread.i b/util/system/thread.i
index 8cba505473..bb90661402 100644
--- a/util/system/thread.i
+++ b/util/system/thread.i
@@ -9,17 +9,12 @@
typedef HANDLE THREADHANDLE;
#else
#include <pthread.h>
- #include <sched.h>
- #include <errno.h>
- #include <string.h>
typedef pthread_t THREADHANDLE;
#endif
#if defined(_freebsd_)
#include <pthread_np.h>
-#elif defined(_linux_)
- #include <sys/prctl.h>
#endif
#include <util/digest/numeric.h>