diff options
author | Vinson Lee <[email protected]> | 2010-12-21 01:25:04 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-21 01:25:04 -0800 |
commit | c1f0f90a976c62546efed34ecbec50b25d0f6aa7 (patch) | |
tree | 5f3dd14fb5b2fa104742c0bf7ab0d45fdda30174 | |
parent | 3d03b4d839afeb4939b28c21ca32f6cb069f4495 (diff) |
st/mesa: Clean up header file inclusion in st_format.h.
-rw-r--r-- | src/mesa/state_tracker/st_format.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h index 43fa59b1006..fe195c1069b 100644 --- a/src/mesa/state_tracker/st_format.h +++ b/src/mesa/state_tracker/st_format.h @@ -31,11 +31,12 @@ #define ST_FORMAT_H #include "main/formats.h" -#include "main/mtypes.h" +#include "main/glheader.h" #include "pipe/p_defines.h" #include "pipe/p_format.h" +struct gl_context; struct pipe_screen; extern GLenum |