projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84ebd8e
)
mesa: Clean up header file inclusion in version.c.
author
Vinson Lee
<vlee@vmware.com>
Thu, 6 Jan 2011 08:45:08 +0000
(
00:45
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 6 Jan 2011 08:45:08 +0000
(
00:45
-0800)
Include imports.h directly instead of indirectly through context.h.
version.c does use any symbols that are added by context.h.
src/mesa/main/version.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/version.c
b/src/mesa/main/version.c
index dd57d3b2ae374c81f493ea80ad21b84ea3523010..a10b86e761e29ddf1687ec58a051de9ef29a0f96 100644
(file)
--- a/
src/mesa/main/version.c
+++ b/
src/mesa/main/version.c
@@
-22,7
+22,7
@@
*/
-#include "
context
.h"
+#include "
imports
.h"
#include "mtypes.h"
#include "version.h"