projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20e92c
)
mesa: Clean up header file inclusion in prog_instruction.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 11 Aug 2010 08:05:49 +0000
(
01:05
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 11 Aug 2010 08:06:58 +0000
(
01:06
-0700)
Remove mfeatures.h.
Include glheader.h for GL symbols.
src/mesa/program/prog_instruction.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_instruction.h
b/src/mesa/program/prog_instruction.h
index 21ec8137500ec1af94c09c3bce42a687b2943099..098b366ab56a1c11fcd8b6d69eb960bf9ee2aa69 100644
(file)
--- a/
src/mesa/program/prog_instruction.h
+++ b/
src/mesa/program/prog_instruction.h
@@
-38,7
+38,7
@@
#define PROG_INSTRUCTION_H
-#include "main/
mfeatures
.h"
+#include "main/
glheader
.h"
/**