summaryrefslogtreecommitdiffstats
path: root/src/citra/emu_window/emu_window_glfw.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-08-15 15:53:57 +0200
committerbunnei <bunneidev@gmail.com>2014-08-15 15:53:57 +0200
commitd1c2b76ad1687c4ccf5673d593de3b7f8710a9c0 (patch)
treeb226b58f2ca96c584a72c2ab7e6fc7b63d56e7cc /src/citra/emu_window/emu_window_glfw.cpp
parentMerge pull request #43 from archshift/iftree (diff)
parentBootmanager: changed `filename` to std::string (diff)
downloadyuzu-d1c2b76ad1687c4ccf5673d593de3b7f8710a9c0.tar
yuzu-d1c2b76ad1687c4ccf5673d593de3b7f8710a9c0.tar.gz
yuzu-d1c2b76ad1687c4ccf5673d593de3b7f8710a9c0.tar.bz2
yuzu-d1c2b76ad1687c4ccf5673d593de3b7f8710a9c0.tar.lz
yuzu-d1c2b76ad1687c4ccf5673d593de3b7f8710a9c0.tar.xz
yuzu-d1c2b76ad1687c4ccf5673d593de3b7f8710a9c0.tar.zst
yuzu-d1c2b76ad1687c4ccf5673d593de3b7f8710a9c0.zip
Diffstat (limited to 'src/citra/emu_window/emu_window_glfw.cpp')
-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) {