summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-03 00:19:26 -0700
committerVinson Lee <vlee@vmware.com>2010-08-03 00:19:26 -0700
commitd356ad349bda2d5bbbdcd1a0325d1b9fae429575 (patch)
tree119af24f15f6ef694f57dfe13d982cabe1fe9c97
parentb5ce878fa70b4abcc925e95f3b438b55bda85832 (diff)
mesa: Reduce header file inclusion in texgen.h.
texgen.h doesn't use any symbols additionally added by mtypes.h.
-rw-r--r--src/mesa/main/texgen.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/texgen.h b/src/mesa/main/texgen.h
index 397d89e630f..2224a937611 100644
--- a/src/mesa/main/texgen.h
+++ b/src/mesa/main/texgen.h
@@ -27,7 +27,10 @@
#define TEXGEN_H
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "glheader.h"
+
+struct _glapi_table;
#if FEATURE_texgen