summaryrefslogtreecommitdiffstats
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-29 04:14:07 +0200
committerLioncash <mathew1800@gmail.com>2019-05-29 06:00:27 +0200
commit8bbe930faccc43d85f7890c2b7869c2407a0eef5 (patch)
tree01806c535396ffd4577261c82e5f84d268fb2ded /src/core/core.cpp
parentyuzu_cmd/yuzu: Correct formatting specifier (diff)
downloadyuzu-8bbe930faccc43d85f7890c2b7869c2407a0eef5.tar
yuzu-8bbe930faccc43d85f7890c2b7869c2407a0eef5.tar.gz
yuzu-8bbe930faccc43d85f7890c2b7869c2407a0eef5.tar.bz2
yuzu-8bbe930faccc43d85f7890c2b7869c2407a0eef5.tar.lz
yuzu-8bbe930faccc43d85f7890c2b7869c2407a0eef5.tar.xz
yuzu-8bbe930faccc43d85f7890c2b7869c2407a0eef5.tar.zst
yuzu-8bbe930faccc43d85f7890c2b7869c2407a0eef5.zip
Diffstat (limited to '')
-rw-r--r--src/core/core.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 5098bdcff..ff0721079 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -18,11 +18,6 @@
#include "core/file_sys/registered_cache.h"
#include "core/file_sys/vfs_concat.h"
#include "core/file_sys/vfs_real.h"
-#include "core/frontend/applets/error.h"
-#include "core/frontend/applets/general_frontend.h"
-#include "core/frontend/applets/profile_select.h"
-#include "core/frontend/applets/software_keyboard.h"
-#include "core/frontend/applets/web_browser.h"
#include "core/gdbstub/gdbstub.h"
#include "core/hle/kernel/client_port.h"
#include "core/hle/kernel/kernel.h"
@@ -37,9 +32,6 @@
#include "core/settings.h"
#include "core/telemetry_session.h"
#include "file_sys/cheat_engine.h"
-#include "frontend/applets/profile_select.h"
-#include "frontend/applets/software_keyboard.h"
-#include "frontend/applets/web_browser.h"
#include "video_core/debug_utils/debug_utils.h"
#include "video_core/renderer_base.h"
#include "video_core/video_core.h"