projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
791d7d4
)
mesa: Clean up header file inclusion in prog_uniform.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 12 Aug 2010 07:33:48 +0000
(
00:33
-0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_uniform.h
b/src/mesa/program/prog_uniform.h
index a671d30bfe83387f5141be67f0cbdaf233f4019d..7988d534a7d07b5217c4082feb159c380b520ea4 100644
(file)
--- a/
src/mesa/program/prog_uniform.h
+++ b/
src/mesa/program/prog_uniform.h
@@
-31,8
+31,7
@@
#ifndef PROG_UNIFORM_H
#define PROG_UNIFORM_H
-#include "main/mtypes.h"
-#include "prog_statevars.h"
+#include "main/glheader.h"
/**