diff options
author | Vinson Lee <[email protected]> | 2010-08-05 16:20:07 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-05 16:20:07 -0700 |
commit | 0a7cbe845fe029411ae25c4bfe60763485a760f4 (patch) | |
tree | 1c5d9fcfa14436616e6a673037aef58ff3ce1627 /src/mesa/state_tracker/st_cb_eglimage.c | |
parent | 3d038a3ed2d8325c4b826f13b62398b3ed33f3ba (diff) |
st/mesa: Clean up header file inclusion in st_manager.h.
Include mtypes.h for GLcontext, gl_buffer_index, and GLframebuffer
symbols.
Include p_compiler.h for boolean symbol.
Include st_context.h in st_cb_eglimage.c as it previously included
st_context.h indirectly through st_manager.h.
Diffstat (limited to 'src/mesa/state_tracker/st_cb_eglimage.c')
-rw-r--r-- | src/mesa/state_tracker/st_cb_eglimage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_cb_eglimage.c b/src/mesa/state_tracker/st_cb_eglimage.c index 4aaf91d5a19..037e576fabe 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" |