aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/mm.h')
-rw-r--r--mesalib/src/mesa/main/mm.h3
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;