Browse Source
Unused imports
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3472/head
crueter
6 days ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with
0 additions and
2 deletions
-
src/frontend_common/mod_manager.cpp
-
src/yuzu/main_window.cpp
|
|
|
@ -1,6 +1,5 @@ |
|
|
|
#include <algorithm>
|
|
|
|
#include <filesystem>
|
|
|
|
#include <iostream>
|
|
|
|
#include <fmt/format.h>
|
|
|
|
#include "common/fs/fs.h"
|
|
|
|
#include "common/fs/fs_types.h"
|
|
|
|
|
|
|
|
@ -3,7 +3,6 @@ |
|
|
|
|
|
|
|
// Qt on macOS doesn't define VMA shit
|
|
|
|
#include <boost/algorithm/string/split.hpp>
|
|
|
|
#include "frontend_common/mod_manager.h"
|
|
|
|
#include "frontend_common/settings_generator.h"
|
|
|
|
#include "qt_common/qt_string_lookup.h"
|
|
|
|
#if defined(QT_STATICPLUGIN) && !defined(__APPLE__)
|
|
|
|
|