mesa: Clean up header file inclusion in prog_uniform.h.

Remove mtypes.h.
Remove prog_statevars.h.
Include glheader.h for GL symbols.
This commit is contained in:
Vinson Lee
2010-08-12 00:33:48 -07:00
parent 791d7d4bf9
commit 17bcfaa475
+1 -2
View 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"
/**