diff options
Diffstat (limited to 'mesalib/src/mesa/main/mm.h')
-rw-r--r-- | mesalib/src/mesa/main/mm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mesalib/src/mesa/main/mm.h b/mesalib/src/mesa/main/mm.h index df340808a..228721ca2 100644 --- a/mesalib/src/mesa/main/mm.h +++ b/mesalib/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; |