summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface/EGLAndroid.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2015-09-19 06:12:20 +1200
committerScott Mansell <phiren@gmail.com>2015-09-22 00:36:48 +1200
commitc9836ff59292855093ba5f7bdc47755ea74123a5 (patch)
tree8565e041310c0d5b68413bb17ef5730672e25fd9 /Source/Core/Common/GL/GLInterface/EGLAndroid.cpp
parent72249b8085d55fdbf8728d6dd63ec0ad8e560bb4 (diff)
EGL: Don't depend on VideoCommon or Core
Diffstat (limited to 'Source/Core/Common/GL/GLInterface/EGLAndroid.cpp')
-rw-r--r--Source/Core/Common/GL/GLInterface/EGLAndroid.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/GL/GLInterface/EGLAndroid.cpp b/Source/Core/Common/GL/GLInterface/EGLAndroid.cpp
index 023ba9b901..c2204d3ec7 100644
--- a/Source/Core/Common/GL/GLInterface/EGLAndroid.cpp
+++ b/Source/Core/Common/GL/GLInterface/EGLAndroid.cpp
@@ -3,7 +3,6 @@
// Refer to the license.txt file included.
#include "Common/GL/GLInterface/EGLAndroid.h"
-#include "Core/Host.h"
EGLDisplay cInterfaceEGLAndroid::OpenDisplay()
{