Browse Source

Unused imports

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3472/head
crueter 6 days ago
parent
commit
34a16ad83b
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 1
      src/frontend_common/mod_manager.cpp
  2. 1
      src/yuzu/main_window.cpp

1
src/frontend_common/mod_manager.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"

1
src/yuzu/main_window.cpp

@ -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__)

Loading…
Cancel
Save