GLFW: fixed an include bug
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user