summaryrefslogtreecommitdiffstats
path: root/src/citra/emu_window/emu_window_glfw.cpp
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-08-15 07:49:31 +0200
committerarchshift <admin@archshift.com>2014-08-20 07:22:12 +0200
commit80c4d7bf48f36de8f858a6dd060438bd3bfcb506 (patch)
tree09e43c21b91591e44ba91273da3a05d17a4204e1 /src/citra/emu_window/emu_window_glfw.cpp
parentMerge pull request #43 from archshift/iftree (diff)
downloadyuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.tar
yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.tar.gz
yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.tar.bz2
yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.tar.lz
yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.tar.xz
yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.tar.zst
yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.zip
Diffstat (limited to '')
-rw-r--r--src/citra/emu_window/emu_window_glfw.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra/emu_window/emu_window_glfw.cpp b/src/citra/emu_window/emu_window_glfw.cpp
index f882a825e..02f524e03 100644
--- a/src/citra/emu_window/emu_window_glfw.cpp
+++ b/src/citra/emu_window/emu_window_glfw.cpp
@@ -6,7 +6,6 @@
#include "video_core/video_core.h"
-#include "citra/citra.h"
#include "citra/emu_window/emu_window_glfw.h"
static void OnKeyEvent(GLFWwindow* win, int key, int action) {