From 7f24ab4088bc83d9b8b94b4d7d57a526f7524ce6 Mon Sep 17 00:00:00 2001 From: SeeLook <seelook@gmail.com> Date: Wed, 12 Feb 2025 09:37:28 +0100 Subject: [PATCH] Main: fixed include statements --- src/main.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index dbc9a013..13be0852 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,17 +16,17 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * ***************************************************************************/ +#include "core/tglobals.h" +#include "core/tinitcorelib.h" +#include "core/tmtr.h" +#include "core/tnootkaqml.h" +#include "core/tpath.h" #include "dialogs/tdialogloaderobject.h" #include "help/tmainhelp.h" #include "main/tgotit.h" #include "main/tmainscoreobject.h" #include "main/tnameitem.h" -#include <tglobals.h> -#include <tinitcorelib.h> -#include <tmtr.h> -#include <tnootkaqml.h> -#include <tpath.h> -#include <tsound.h> +#include "sound/tsound.h" #if defined(Q_OS_ANDROID) #include "mobile/tmobilemenu.h" -- GitLab