projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa4d311
)
mesa: Clean up header file inclusion in prog_statevars.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 18 Dec 2010 09:16:53 +0000
(
01:16
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 18 Dec 2010 09:16:53 +0000
(
01:16
-0800)
src/mesa/program/prog_statevars.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_statevars.h
b/src/mesa/program/prog_statevars.h
index 009ebde00128b4f8df4cdfe11d03d0def75b7f2a..f2407af9c8758cacb503ac255d782be06661b2f4 100644
(file)
--- a/
src/mesa/program/prog_statevars.h
+++ b/
src/mesa/program/prog_statevars.h
@@
-25,8
+25,10
@@
#ifndef PROG_STATEVARS_H
#define PROG_STATEVARS_H
-#include "main/
mtypes
.h"
+#include "main/
glheader
.h"
+struct gl_context;
+struct gl_program_parameter_list;
/**
* Number of STATE_* values we need to address any GL state.