projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71af07b
)
mesa: Clean up header file inclusion in prog_cache.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 14 Dec 2010 08:30:24 +0000
(
00:30
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 14 Dec 2010 08:30:24 +0000
(
00:30
-0800)
src/mesa/program/prog_cache.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_cache.h
b/src/mesa/program/prog_cache.h
index 4907ae3030e5f2d12bda7cfc99be3b1c89882167..0167334827952a76c03bcb3dbfd18590af9ef0a2 100644
(file)
--- a/
src/mesa/program/prog_cache.h
+++ b/
src/mesa/program/prog_cache.h
@@
-30,8
+30,9
@@
#define PROG_CACHE_H
-#include "main/
mtypes
.h"
+#include "main/
glheader
.h"
+struct gl_context;
/** Opaque type */
struct gl_program_cache;