Commit 772d5791 by Nicolas Capens Committed by Nicolas Capens

Don't include libGLESv2 headers in libEGL headers.

BUG=18110152 Change-Id: Idf21c48b1fa154382e1056b8340d5ab777358755 Reviewed-on: https://swiftshader-review.googlesource.com/1234Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent e8139407
......@@ -17,6 +17,7 @@
#include "main.h"
#include "libGLESv2/mathutil.h"
#include "libGLESv2/Context.h"
#include "libGLESv2/Device.hpp"
#include "common/debug.h"
......
......@@ -18,11 +18,15 @@
#include "Config.h"
#include "Surface.h"
#include "libGLESv2/Context.h"
#include "libGLESv2/Device.hpp"
#include <set>
namespace gl
{
class Context;
class Device;
}
namespace egl
{
class Display
......
......@@ -16,8 +16,6 @@
#ifndef INCLUDE_SURFACE_H_
#define INCLUDE_SURFACE_H_
#include "libGLESv2/Image.hpp"
#include "libGLESv2/Texture.h"
#include "Main/FrameBuffer.hpp"
#define EGLAPI
......
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