Merge remote branch 'origin/master' into nv50-compiler
[mesa.git] / src / mesa / state_tracker / st_gl_api.h
index 52c3fa0b417645c6dea362d9a983d350aea9e42c..57c6d9f24d29f81b1f6106584e39841615cb0e97 100644 (file)
@@ -2,8 +2,8 @@
 #ifndef ST_GL_API_H
 #define ST_GL_API_H
 
-#include "state_tracker/st_api.h"
-
-struct st_api * st_gl_api_create(void);
+struct st_api *st_gl_api_create(void);
+struct st_api *st_gl_api_create_es1(void);
+struct st_api *st_gl_api_create_es2(void);
 
 #endif