diff options
author | Vinson Lee <[email protected]> | 2010-07-31 20:53:42 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-31 20:53:42 -0700 |
commit | e7242b6e8a6df30f198d112b4da885f9717191a7 (patch) | |
tree | 4c55bc28cff8483a9202cafdff8550e49c3d15ed /src/mesa/main/mm.h | |
parent | ca2ceca5b1939af57e95bebf84be4b70e3e9d4cb (diff) |
mesa: Remove unnecessary header from mm.h.
Diffstat (limited to 'src/mesa/main/mm.h')
-rw-r--r-- | src/mesa/main/mm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/mm.h b/src/mesa/main/mm.h index df340808ac9..228721ca2a5 100644 --- 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; |