diff options
author | Vinson Lee <[email protected]> | 2010-12-07 00:33:36 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-07 00:33:36 -0800 |
commit | dbd3f726620f908f5d37b56ee89491d919d46bf6 (patch) | |
tree | 1e3f656f45941ca89e234c3c1b853b1b3584ab1e /src/mesa/main/varray.h | |
parent | 2aa36f78dc78a304c613c87e238292c2b212e612 (diff) |
mesa: Clean up header file inclusion in varray.h.
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r-- | src/mesa/main/varray.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index fb96478cfc3..af9324134ec 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -28,7 +28,11 @@ #define VARRAY_H -#include "mtypes.h" +#include "glheader.h" +#include "mfeatures.h" + +struct gl_client_array; +struct gl_context; #if _HAVE_FULL_GL |