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>
This commit is contained in:
Thomas McGuire 2012-08-15 15:54:04 +02:00 committed by Qt by Nokia
parent e177a35dfe
commit b6f92043e0

View File

@ -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. */