diff options
author | Vinson Lee <[email protected]> | 2010-11-07 14:29:21 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-07 14:29:21 -0800 |
commit | 3a223c3098ed6ae7d2c0dfcea6d1eee62bea3cc8 (patch) | |
tree | 912236fd8b98a5bdc5fa735196ea3221edda0173 /src/mesa/main/arrayobj.h | |
parent | 9f064116458ff68b92f179a19be4615f003eaa3e (diff) |
mesa: Clean up header file inclusion in arrayobj.h.
Diffstat (limited to 'src/mesa/main/arrayobj.h')
-rw-r--r-- | src/mesa/main/arrayobj.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/arrayobj.h b/src/mesa/main/arrayobj.h index 26e3af19c91..0b5a0130370 100644 --- a/src/mesa/main/arrayobj.h +++ b/src/mesa/main/arrayobj.h @@ -28,7 +28,9 @@ #ifndef ARRAYOBJ_H #define ARRAYOBJ_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; /** * \file arrayobj.h |