From 6096b289b776678e3a6f938dddd7367f784a83fe Mon Sep 17 00:00:00 2001 From: archshift Date: Thu, 14 Aug 2014 23:59:31 -0700 Subject: Bootmanager: changed `filename` to std::string --- src/citra/emu_window/emu_window_glfw.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/citra/emu_window') diff --git a/src/citra/emu_window/emu_window_glfw.cpp b/src/citra/emu_window/emu_window_glfw.cpp index f882a825..02f524e0 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) { -- cgit v1.2.3