summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 06:20:06 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2022-03-20 07:25:09 +0100
commita367db44cfef5a53f58eef947d75964ce9719a89 (patch)
tree4498ada4976b690c45d983706171b8c7a09bfe8a /src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp
parentyuzu: Reduce unused includes (diff)
downloadyuzu-a367db44cfef5a53f58eef947d75964ce9719a89.tar
yuzu-a367db44cfef5a53f58eef947d75964ce9719a89.tar.gz
yuzu-a367db44cfef5a53f58eef947d75964ce9719a89.tar.bz2
yuzu-a367db44cfef5a53f58eef947d75964ce9719a89.tar.lz
yuzu-a367db44cfef5a53f58eef947d75964ce9719a89.tar.xz
yuzu-a367db44cfef5a53f58eef947d75964ce9719a89.tar.zst
yuzu-a367db44cfef5a53f58eef947d75964ce9719a89.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp b/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp
index de40b76bf..49cd9213c 100644
--- a/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp
+++ b/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp
@@ -8,10 +8,8 @@
#include <fmt/format.h>
-#include "common/assert.h"
#include "common/logging/log.h"
#include "common/scm_rev.h"
-#include "common/settings.h"
#include "video_core/renderer_vulkan/renderer_vulkan.h"
#include "yuzu_cmd/emu_window/emu_window_sdl2_vk.h"