projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b416e
)
mesa: Reduce arrayobj.h header file inclusion.
author
Vinson Lee
<vlee@vmware.com>
Thu, 29 Jul 2010 06:16:31 +0000
(23:16 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 29 Jul 2010 06:16:31 +0000
(23:16 -0700)
Directly include mtypes.h instead of including context.h to include
mtypes.h.
src/mesa/main/arrayobj.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/arrayobj.h
b/src/mesa/main/arrayobj.h
index 8999edc724f0603b79394e178e5a903abc5d3055..fdf7e2bca4672ec5c627940f092b293d8293728a 100644
(file)
--- a/
src/mesa/main/arrayobj.h
+++ b/
src/mesa/main/arrayobj.h
@@
-28,7
+28,7
@@
#ifndef ARRAYOBJ_H
#define ARRAYOBJ_H
-#include "
context
.h"
+#include "
mtypes
.h"
/**
* \file arrayobj.h