mesa: Reduce header file inclusion in texgen.h.
authorVinson Lee <vlee@vmware.com>
Tue, 3 Aug 2010 07:19:26 +0000 (00:19 -0700)
committerVinson Lee <vlee@vmware.com>
Tue, 3 Aug 2010 07:19:26 +0000 (00:19 -0700)
texgen.h doesn't use any symbols additionally added by mtypes.h.

src/mesa/main/texgen.h

index 397d89e630fb4c02c099c25542ead2b272be87e4..2224a937611a478913512ccd96965fd58ede218b 100644 (file)
 #define TEXGEN_H
 
 
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "glheader.h"
+
+struct _glapi_table;
 
 
 #if FEATURE_texgen