aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-11-03 10:49:44 +0100
committerUlf Hermann <ulf.hermann@qt.io>2022-11-03 13:10:03 +0100
commitfc7824c212ade85f8278abc8d9363ab1fa846ab4 (patch)
tree9656dca9a8e88b7eafca3940cbc8397150ef8261 /src/qml/jsruntime/qv4engine.cpp
parent9cd445b25ff9cf9d4071664fa875642842f26981 (diff)
Drop unused includes from qv4engine.cpp
Change-Id: I9123a93e57a0288235fcbb6c521cbbbc875e2407 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4engine.cpp')
-rw-r--r--src/qml/jsruntime/qv4engine.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/qml/jsruntime/qv4engine.cpp b/src/qml/jsruntime/qv4engine.cpp
index 4ab9e5a9e6..ad718e32cb 100644
--- a/src/qml/jsruntime/qv4engine.cpp
+++ b/src/qml/jsruntime/qv4engine.cpp
@@ -86,16 +86,6 @@
#include <private/qqmlengine_p.h>
-#if USE(PTHREADS)
-# include <pthread.h>
-#if !defined(Q_OS_INTEGRITY)
-# include <sys/resource.h>
-#endif
-#if HAVE(PTHREAD_NP_H)
-# include <pthread_np.h>
-#endif
-#endif
-
#ifdef V4_USE_VALGRIND
#include <valgrind/memcheck.h>
#endif