GLFW: fixed an include bug

This commit is contained in:
inspuration 2014-06-13 17:08:27 -04:00
parent db122c7499
commit 5e4b592dc6
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,6 @@
#include "common/common.h"
#include "video_core/video_core.h"
#include "core/hw/hid.h"
#include "citra/citra.h"
#include "citra/emu_window/emu_window_glfw.h"

View File

@ -7,6 +7,9 @@
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include "core/hw/hid.h"
#include "common/emu_window.h"
class EmuWindow_GLFW : public EmuWindow {