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 a671d30bfe83387f5141be67f0cbdaf233f4019d..7988d534a7d07b5217c4082feb159c380b520ea4 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"
 
 
 /**