mesa: move _mesa_exec_malloc/free() prototypes to their own header
[mesa.git] / src / mesa / main / imports.h
index ef7c378931e2941d2dce5218770b419cada2a0a6..a4964a34ccabb515c2992f49c33a5f63e7d0a6b6 100644 (file)
@@ -318,13 +318,6 @@ extern void *
 _mesa_align_realloc(void *oldBuffer, size_t oldSize, size_t newSize,
                     unsigned long alignment);
 
-extern void *
-_mesa_exec_malloc( GLuint size );
-
-extern void 
-_mesa_exec_free( void *addr );
-
-
 #ifdef HAVE___BUILTIN_POPCOUNT
 #define _mesa_bitcount(i) __builtin_popcount(i)
 #else