projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0be44c9
)
mesa: Clean up header file inclusion in extensions.h.
author
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 05:15:45 +0000
(21:15 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 05:15:45 +0000
(21:15 -0800)
src/mesa/main/extensions.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions.h
b/src/mesa/main/extensions.h
index 6eb853939653b9ad48bfcd13c226a8916a307586..a9ed41f86bb8ebee5a60119c2f6d5973579bcf60 100644
(file)
--- a/
src/mesa/main/extensions.h
+++ b/
src/mesa/main/extensions.h
@@
-36,7
+36,10
@@
#ifndef _EXTENSIONS_H_
#define _EXTENSIONS_H_
-#include "mtypes.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct gl_context;
#if _HAVE_FULL_GL