From: Thomas McGuire Date: Wed, 15 Aug 2012 13:54:04 +0000 (+0200) Subject: Remove unused inotify includes in the filesystem watcher test X-Git-Tag: v5.0.0-beta1~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6f92043e054ca348bf82555d7f0bb5ed44af66c;p=profile%2Fivi%2Fqtbase.git Remove unused inotify includes in the filesystem watcher test Change-Id: I346ef6ccf7b09390bef6d35c82ecee6dee1711fc Reviewed-by: Robin Burchell Reviewed-by: Friedemann Kleint --- diff --git a/tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp b/tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp index 78f229a..0505eea 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. */