diff options
author | Vinson Lee <vlee@vmware.com> | 2010-11-07 21:15:45 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-11-07 21:15:45 -0800 |
commit | 962967d080a1859bafc843ebdf374bcdfcff9271 (patch) | |
tree | 2ece805829315292bf66523b2353e0c0d4543bf5 /src/mesa/main | |
parent | 0be44c94065063a3ee4eaab30d01f68c734773e6 (diff) |
mesa: Clean up header file inclusion in extensions.h.
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/extensions.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/extensions.h b/src/mesa/main/extensions.h index 6eb8539396..a9ed41f86b 100644 --- a/src/mesa/main/extensions.h +++ b/src/mesa/main/extensions.h @@ -36,7 +36,10 @@ #ifndef _EXTENSIONS_H_ #define _EXTENSIONS_H_ -#include "mtypes.h" +#include "glheader.h" +#include "mfeatures.h" + +struct gl_context; #if _HAVE_FULL_GL |