Hotfix Clang format

This commit is contained in:
Dmugetsu 2025-02-14 19:09:46 -06:00
parent 90a36af7f7
commit 62d425090e
3 changed files with 6 additions and 7 deletions

View File

@ -14,9 +14,9 @@
#include "common/logging/backend.h" #include "common/logging/backend.h"
#include "common/logging/log.h" #include "common/logging/log.h"
#ifdef ENABLE_QT_GUI #ifdef ENABLE_QT_GUI
#include <QtCore>
#include <QString>
#include <QCoreApplication> #include <QCoreApplication>
#include <QString>
#include <QtCore>
#include "common/memory_patcher.h" #include "common/memory_patcher.h"
#endif #endif
#include "common/assert.h" #include "common/assert.h"

View File

@ -7,11 +7,11 @@
#include <thread> #include <thread>
#include "common/elf_info.h" #include "common/elf_info.h"
#include <QString>
#include "common/singleton.h" #include "common/singleton.h"
#include "core/linker.h" #include "core/linker.h"
#include "input/controller.h" #include "input/controller.h"
#include "sdl_window.h" #include "sdl_window.h"
#include <QString>
namespace Core { namespace Core {
@ -35,7 +35,6 @@ public:
void Restart(); void Restart();
void Shutdown(); void Shutdown();
private: private:
void LoadSystemModules(const std::string& game_serial); void LoadSystemModules(const std::string& game_serial);
Common::ElfInfo game_info; Common::ElfInfo game_info;

View File

@ -2,8 +2,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later
#ifdef ENABLE_QT_GUI #ifdef ENABLE_QT_GUI
#include <QString>
#include <QCoreApplication> #include <QCoreApplication>
#include <QString>
#include "common/memory_patcher.h" #include "common/memory_patcher.h"
#endif #endif
#include <QFileInfo> #include <QFileInfo>