diff options
author | Vinson Lee <[email protected]> | 2010-08-03 00:19:26 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-03 00:19:26 -0700 |
commit | d356ad349bda2d5bbbdcd1a0325d1b9fae429575 (patch) | |
tree | 119af24f15f6ef694f57dfe13d982cabe1fe9c97 /src/mesa/main/texgen.h | |
parent | b5ce878fa70b4abcc925e95f3b438b55bda85832 (diff) |
mesa: Reduce header file inclusion in texgen.h.
texgen.h doesn't use any symbols additionally added by mtypes.h.
Diffstat (limited to 'src/mesa/main/texgen.h')
-rw-r--r-- | src/mesa/main/texgen.h | 5 |
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 |