Skip to content
Snippets Groups Projects
Commit 7f24ab40 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Main: fixed include statements

parent 7421ff4c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment