diff options
author | Chia-I Wu <[email protected]> | 2010-09-10 13:42:49 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-09-10 15:44:19 +0800 |
commit | 5ea092117fb607a5776f52d251f976c5691575c8 (patch) | |
tree | 49686f598caed1ea313cb5f54b6c08bda9e8f794 /src/gallium/targets/egl/st_OpenVG.c | |
parent | 948e3fa27ca9112b903a180d1a18c61cfb2928dc (diff) |
gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
They are no longer used.
Diffstat (limited to 'src/gallium/targets/egl/st_OpenVG.c')
-rw-r--r-- | src/gallium/targets/egl/st_OpenVG.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/egl/st_OpenVG.c b/src/gallium/targets/egl/st_OpenVG.c index e29a2374792..d0bf4dbae91 100644 --- a/src/gallium/targets/egl/st_OpenVG.c +++ b/src/gallium/targets/egl/st_OpenVG.c @@ -1,5 +1,5 @@ -#include "state_tracker/st_api.h" #include "vg_api.h" +#include "egl.h" PUBLIC struct st_api * st_api_create_OpenVG(void) |