diff --git a/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp b/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp index a0727eb617..24669cd72b 100644 --- a/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp +++ b/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp @@ -41,7 +41,7 @@ #include #elif defined(Q_OS_WIN) # include -# include +# include #endif #include // for getLockFileHandle() diff --git a/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp b/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp index 710b345658..33fb6b482a 100644 --- a/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp +++ b/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp @@ -27,15 +27,12 @@ ****************************************************************************/ -#include - #include #include - -#include -#include -#include -#include +#include +#include +#include +#include class tst_QCheckBox : public QObject {