diff options
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/state_tracker/st_cb_eglimage.c | 1 | ||||
| -rw-r--r-- | src/mesa/state_tracker/st_manager.h | 7 | 
2 files changed, 6 insertions, 2 deletions
| diff --git a/src/mesa/state_tracker/st_cb_eglimage.c b/src/mesa/state_tracker/st_cb_eglimage.c index 4aaf91d5a1..037e576fab 100644 --- a/src/mesa/state_tracker/st_cb_eglimage.c +++ b/src/mesa/state_tracker/st_cb_eglimage.c @@ -33,6 +33,7 @@  #include "util/u_format.h"  #include "st_cb_eglimage.h"  #include "st_cb_fbo.h" +#include "st_context.h"  #include "st_texture.h"  #include "st_format.h"  #include "st_manager.h" diff --git a/src/mesa/state_tracker/st_manager.h b/src/mesa/state_tracker/st_manager.h index cd2887b1e0..48a9d4d99a 100644 --- a/src/mesa/state_tracker/st_manager.h +++ b/src/mesa/state_tracker/st_manager.h @@ -29,8 +29,11 @@  #ifndef ST_MANAGER_H  #define ST_MANAGER_H -#include "state_tracker/st_api.h" -#include "st_context.h" +#include "main/mtypes.h" + +#include "pipe/p_compiler.h" + +struct st_context;  struct pipe_surface *  st_manager_get_egl_image_surface(struct st_context *st, | 
