mesa: Remove unnecessary header from mm.h.

This commit is contained in:
Vinson Lee 2010-07-31 20:53:42 -07:00
parent ca2ceca5b1
commit e7242b6e8a
1 changed files with 0 additions and 3 deletions

View File

@ -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;