mesa: Clean up header file inclusion in prog_uniform.h.
authorVinson Lee <vlee@vmware.com>
Thu, 12 Aug 2010 07:33:48 +0000 (00:33 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 12 Aug 2010 07:33:48 +0000 (00:33 -0700)
Remove mtypes.h.
Remove prog_statevars.h.
Include glheader.h for GL symbols.

src/mesa/program/prog_uniform.h

index a671d30..7988d53 100644 (file)
@@ -31,8 +31,7 @@
 #ifndef PROG_UNIFORM_H
 #define PROG_UNIFORM_H
 
-#include "main/mtypes.h"
-#include "prog_statevars.h"
+#include "main/glheader.h"
 
 
 /**