diff options
author | Pasi Petäjäjärvi <pasi.petajajarvi@digia.com> | 2013-01-08 10:49:08 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-22 08:36:23 (GMT) |
commit | 6d2d4b779a83be4379fc58b2eea45c15f72bf552 (patch) | |
tree | 20bc1610f06bb5b906ac110f0e20a19c90d6749b | |
parent | 9b40f9dffff0d34362aa12d62fd8c470357e2837 (diff) | |
download | Qt-6d2d4b779a83be4379fc58b2eea45c15f72bf552.zip Qt-6d2d4b779a83be4379fc58b2eea45c15f72bf552.tar.gz Qt-6d2d4b779a83be4379fc58b2eea45c15f72bf552.tar.bz2 |
Removed unused include headers <time.h> and <sys/time.h>
Nothing is used from the above header files so these dead includes can
be removed.
Change-Id: I381ea62e5a0bc623bb984c764be55c7a2f2ee317
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
-rw-r--r-- | src/gui/kernel/qapplication_qws.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/kernel/qapplication_qws.cpp b/src/gui/kernel/qapplication_qws.cpp index 3d1e8f9..3c8d663 100644 --- a/src/gui/kernel/qapplication_qws.cpp +++ b/src/gui/kernel/qapplication_qws.cpp @@ -102,11 +102,6 @@ #include <locale.h> #include <errno.h> #include <fcntl.h> -#ifdef Q_OS_VXWORKS -# include <sys/times.h> -#else -# include <sys/time.h> -#endif #include <sys/stat.h> #include <sys/types.h> |