aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
diff options
context:
space:
mode:
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