diff options
author | Vinson Lee <[email protected]> | 2010-11-09 01:12:34 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-09 01:12:34 -0800 |
commit | 5b3d6bd39e14fdc63249c8f4f4a15269495b8808 (patch) | |
tree | 1b5497f144909051a8be5ba07fc05945f41037c7 /src/mesa/main/hint.h | |
parent | 63f1740a5d9a4ed36026da3e4c1370441218f919 (diff) |
mesa: Clean up header file inclusion in hint.h.
Diffstat (limited to 'src/mesa/main/hint.h')
-rw-r--r-- | src/mesa/main/hint.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/hint.h b/src/mesa/main/hint.h index 66e78ad6557..6c62068743a 100644 --- a/src/mesa/main/hint.h +++ b/src/mesa/main/hint.h @@ -36,8 +36,10 @@ #ifndef HINT_H #define HINT_H +#include "glheader.h" +#include "mfeatures.h" -#include "mtypes.h" +struct gl_context; #if _HAVE_FULL_GL |