diff --git a/autotests/addremoveannotationtest.cpp b/autotests/addremoveannotationtest.cpp index fe6c5817e..852c0eb2a 100644 --- a/autotests/addremoveannotationtest.cpp +++ b/autotests/addremoveannotationtest.cpp @@ -7,8 +7,8 @@ * (at your option) any later version. * ***************************************************************************/ -#include #include +#include #include "../core/annotations.h" #include "../core/document.h" diff --git a/autotests/annotationstest.cpp b/autotests/annotationstest.cpp index 871459ce5..2afabcc18 100644 --- a/autotests/annotationstest.cpp +++ b/autotests/annotationstest.cpp @@ -7,8 +7,8 @@ * (at your option) any later version. * ***************************************************************************/ -#include #include +#include #include "../core/annotations.h" #include "../core/document.h" diff --git a/autotests/documenttest.cpp b/autotests/documenttest.cpp index 2aa6593fe..97bf39037 100644 --- a/autotests/documenttest.cpp +++ b/autotests/documenttest.cpp @@ -10,9 +10,9 @@ * (at your option) any later version. * ***************************************************************************/ -#include #include #include +#include #include diff --git a/autotests/searchtest.cpp b/autotests/searchtest.cpp index 335d302cf..c2c146d22 100644 --- a/autotests/searchtest.cpp +++ b/autotests/searchtest.cpp @@ -9,9 +9,9 @@ // clazy:excludeall=qstring-allocations -#include #include #include +#include #include "../core/document.h" #include "../core/page.h" diff --git a/generators/chm/autotests/chmgeneratortest.cpp b/generators/chm/autotests/chmgeneratortest.cpp index 6a38e7a96..7247e58cd 100644 --- a/generators/chm/autotests/chmgeneratortest.cpp +++ b/generators/chm/autotests/chmgeneratortest.cpp @@ -7,8 +7,8 @@ * (at your option) any later version. * ***************************************************************************/ -#include #include +#include #include "core/document.h" #include "core/page.h" diff --git a/generators/epub/autotests/epubgeneratortest.cpp b/generators/epub/autotests/epubgeneratortest.cpp index fe2ddfcfc..8477d1178 100644 --- a/generators/epub/autotests/epubgeneratortest.cpp +++ b/generators/epub/autotests/epubgeneratortest.cpp @@ -7,8 +7,8 @@ * (at your option) any later version. * ***************************************************************************/ -#include #include +#include #include "core/document.h" #include "core/page.h"