diff --git a/src/main.cpp b/src/main.cpp index bf01db0d..993c6489 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,11 +4,6 @@ * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ -#ifdef Q_OS_ANDROID -#include -#else -#include -#endif #include #include @@ -16,6 +11,12 @@ #include #include +#ifdef Q_OS_ANDROID +#include +#else +#include +#endif + #include #include #include