Commit 9c308c8d by Geoff Lang

Remove includes of libEGL/main.h.

It was mostly being included for querying the current state and EGL includes. BUG=angle:733 Change-Id: Ia985dbc9de5739f6ea7fa5bb6eb2e187cc1d60f3 Reviewed-on: https://chromium-review.googlesource.com/230780Reviewed-by: 's avatarBrandon Jones <bajones@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 6a1e6b97
...@@ -22,9 +22,10 @@ ...@@ -22,9 +22,10 @@
#include "libGLESv2/Context.h" #include "libGLESv2/Context.h"
#include "libGLESv2/renderer/SwapChain.h" #include "libGLESv2/renderer/SwapChain.h"
#include "libEGL/main.h"
#include "libEGL/Surface.h" #include "libEGL/Surface.h"
#include <EGL/eglext.h>
namespace egl namespace egl
{ {
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include "libGLESv2/renderer/SwapChain.h" #include "libGLESv2/renderer/SwapChain.h"
#include "libGLESv2/main.h" #include "libGLESv2/main.h"
#include "libEGL/main.h"
#include "libEGL/Display.h" #include "libEGL/Display.h"
#include "common/NativeWindow.h" #include "common/NativeWindow.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment