summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-07 21:15:45 -0800
committerVinson Lee <vlee@vmware.com>2010-11-07 21:15:45 -0800
commit962967d080a1859bafc843ebdf374bcdfcff9271 (patch)
tree2ece805829315292bf66523b2353e0c0d4543bf5
parent0be44c94065063a3ee4eaab30d01f68c734773e6 (diff)
mesa: Clean up header file inclusion in extensions.h.
-rw-r--r--src/mesa/main/extensions.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/extensions.h b/src/mesa/main/extensions.h
index 6eb85393965..a9ed41f86bb 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