summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas McGuire <thomas.mcguire.qnx@kdab.com>2012-08-15 15:54:04 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 11:20:37 +0200
commitb6f92043e054ca348bf82555d7f0bb5ed44af66c (patch)
treef35396c41c87ee5cbb6a103b5f201b68588f3df6 /tests
parente177a35dfe62dfebdd1381f30dc5f5b83b1d6b74 (diff)
Remove unused inotify includes in the filesystem watcher test
Change-Id: I346ef6ccf7b09390bef6d35c82ecee6dee1711fc Reviewed-by: Robin Burchell <robin+qt@viroteck.net> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp b/tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp
index 78f229a740..0505eea145 100644
--- a/tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp
+++ b/tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp
@@ -45,14 +45,6 @@
#include <QTemporaryDir>
#include <QFileSystemWatcher>
-#ifdef Q_OS_LINUX
-# ifdef QT_NO_INOTIFY
-# include <linux/version.h>
-# else
-# include <sys/inotify.h>
-# endif
-#endif
-
/* All tests need to run in temporary directories not used
* by the application to avoid non-deterministic failures on Windows
* due to locked directories and left-overs from previous tests. */