projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f1740
)
mesa: Clean up header file inclusion in hint.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 09:12:34 +0000
(
01:12
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 09:12:34 +0000
(
01:12
-0800)
src/mesa/main/hint.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/hint.h
b/src/mesa/main/hint.h
index 66e78ad655740e0f7b110a97dd8b2890b625f690..6c62068743ad23c3e3438ec7a1a3d2ea7d4db528 100644
(file)
--- a/
src/mesa/main/hint.h
+++ b/
src/mesa/main/hint.h
@@
-36,8
+36,10
@@
#ifndef HINT_H
#define HINT_H
+#include "glheader.h"
+#include "mfeatures.h"
-#include "mtypes.h"
+struct gl_context;
#if _HAVE_FULL_GL