summaryrefslogtreecommitdiff
path: root/src/citra/emu_window/emu_window_glfw.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-09-01 22:29:23 -0400
committerbunnei <bunneidev@gmail.com>2014-09-01 22:29:23 -0400
commitc0e48432cd262baa6ed84b33cd9dd0d8f585e345 (patch)
tree0ed8ccb8b5c42ee27c0c44969771bbd77af8ebf8 /src/citra/emu_window/emu_window_glfw.h
parent76372feb1959c0f53d02c2278ef4a14b794a808d (diff)
parentc57de3e4046c662c5179d3b55340361a046a57ff (diff)
Merge pull request #69 from yuriks/cmake-cleanup
CMake cleanup
Diffstat (limited to 'src/citra/emu_window/emu_window_glfw.h')
-rw-r--r--src/citra/emu_window/emu_window_glfw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra/emu_window/emu_window_glfw.h b/src/citra/emu_window/emu_window_glfw.h
index 5898ec177..c1b41203b 100644
--- a/src/citra/emu_window/emu_window_glfw.h
+++ b/src/citra/emu_window/emu_window_glfw.h
@@ -4,7 +4,6 @@
#pragma once
-#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include "common/emu_window.h"