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/egl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/targets/egl/egl.c') diff --git a/src/gallium/targets/egl/egl.c b/src/gallium/targets/egl/egl.c index 7c6bb58aec..fb5bfd4061 100644 --- a/src/gallium/targets/egl/egl.c +++ b/src/gallium/targets/egl/egl.c @@ -37,6 +37,8 @@ #include "state_tracker/drm_driver.h" #include "common/egl_g3d_loader.h" +#include "egl.h" + struct egl_g3d_loader egl_g3d_loader; static struct st_module { -- cgit v1.2.3