From b6f92043e054ca348bf82555d7f0bb5ed44af66c Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Wed, 15 Aug 2012 15:54:04 +0200 Subject: Remove unused inotify includes in the filesystem watcher test Change-Id: I346ef6ccf7b09390bef6d35c82ecee6dee1711fc Reviewed-by: Robin Burchell Reviewed-by: Friedemann Kleint --- .../auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp') 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 #include -#ifdef Q_OS_LINUX -# ifdef QT_NO_INOTIFY -# include -# else -# include -# 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. */ -- cgit v1.2.3