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:
parent
e177a35dfe
commit
b6f92043e0
@ -45,14 +45,6 @@
|
|||||||
#include <QTemporaryDir>
|
#include <QTemporaryDir>
|
||||||
#include <QFileSystemWatcher>
|
#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
|
/* All tests need to run in temporary directories not used
|
||||||
* by the application to avoid non-deterministic failures on Windows
|
* by the application to avoid non-deterministic failures on Windows
|
||||||
* due to locked directories and left-overs from previous tests. */
|
* due to locked directories and left-overs from previous tests. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user