From 5ea092117fb607a5776f52d251f976c5691575c8 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 10 Sep 2010 13:42:49 +0800 Subject: gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2. They are no longer used. --- src/gallium/targets/egl/st_GLESv2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets/egl/st_GLESv2.c') diff --git a/src/gallium/targets/egl/st_GLESv2.c b/src/gallium/targets/egl/st_GLESv2.c index 016bb4e9d0..c1df844aa4 100644 --- a/src/gallium/targets/egl/st_GLESv2.c +++ b/src/gallium/targets/egl/st_GLESv2.c @@ -1,5 +1,5 @@ -#include "state_tracker/st_api.h" #include "state_tracker/st_gl_api.h" +#include "egl.h" PUBLIC struct st_api * st_api_create_OpenGL(void) -- cgit v1.2.3