diff options
author | Vinson Lee <[email protected]> | 2010-11-06 20:56:15 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-06 20:56:15 -0700 |
commit | fb83400f6b9e8203bc2a8a3facac9ee28d4c45f8 (patch) | |
tree | 81e9987e1a4251ab35609a07f1e647c9d263fb2c /src/mesa/main/api_validate.h | |
parent | af12de279ea36fa5bc985bbe27ca9e93529cd82f (diff) |
mesa: Clean up header file inclusion in api_validate.h.
Diffstat (limited to 'src/mesa/main/api_validate.h')
-rw-r--r-- | src/mesa/main/api_validate.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/api_validate.h b/src/mesa/main/api_validate.h index b232a90843e..16b9c2b2647 100644 --- a/src/mesa/main/api_validate.h +++ b/src/mesa/main/api_validate.h @@ -28,7 +28,10 @@ #define API_VALIDATE_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_buffer_object; +struct gl_context; extern GLuint |