Reorganization of includes (#348)

* Reorganization of includes

* fix
This commit is contained in:
Xphalnos 2024-07-31 12:25:55 +02:00 committed by GitHub
parent a7c9bfa5c5
commit a7f2f09a44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 14 additions and 19 deletions

View file

@ -2,15 +2,14 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include <QtWidgets/QApplication>
#include <fmt/core.h>
#include "common/config.h"
#include "core/file_sys/fs.h"
#include "emulator.h"
#include "qt_gui/game_install_dialog.h"
#include "qt_gui/main_window.h"
#include <emulator.h>
#include <fmt/core.h>
// Custom message handler to ignore Qt logs
void customMessageHandler(QtMsgType, const QMessageLogContext&, const QString&) {}