projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2ceca
)
mesa: Remove unnecessary header from mm.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 1 Aug 2010 03:53:42 +0000
(20:53 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 1 Aug 2010 03:53:42 +0000
(20:53 -0700)
src/mesa/main/mm.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mm.h
b/src/mesa/main/mm.h
index df340808ac9f81df9050f52a0aab0917cd7f7463..228721ca2a5467c73693e9afa7f0c6171b17c93c 100644
(file)
--- a/
src/mesa/main/mm.h
+++ b/
src/mesa/main/mm.h
@@
-32,9
+32,6
@@
#define MM_H
-#include "imports.h"
-
-
struct mem_block {
struct mem_block *next, *prev;
struct mem_block *next_free, *prev_free;