diff options
author | archshift <admin@archshift.com> | 2014-08-14 22:49:31 -0700 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-08-19 22:22:12 -0700 |
commit | 80c4d7bf48f36de8f858a6dd060438bd3bfcb506 (patch) | |
tree | 09e43c21b91591e44ba91273da3a05d17a4204e1 /src/citra/emu_window/emu_window_glfw.cpp | |
parent | 73c53b5eb86e30dcc49223bc07c68d4fa66e11ff (diff) |
Removed unused citra.h
Diffstat (limited to 'src/citra/emu_window/emu_window_glfw.cpp')
-rw-r--r-- | src/citra/emu_window/emu_window_glfw.cpp | 1 |
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) { |