← Back to team overview

kicad-developers team mailing list archive

[PATCH] Drop dependency on <mm_malloc.h>

 

This appears to be unused.
---
 include/plugins/3dapi/xv3d_types.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/plugins/3dapi/xv3d_types.h b/include/plugins/3dapi/xv3d_types.h
index 630d057..43222d6 100644
--- a/include/plugins/3dapi/xv3d_types.h
+++ b/include/plugins/3dapi/xv3d_types.h
@@ -37,7 +37,6 @@
 
 #include <glm/glm.hpp>
 #include <glm/ext.hpp>
-#include <mm_malloc.h>
 
 typedef glm::uvec2  SFVEC2UI;
 typedef glm::ivec2  SFVEC2I;

Follow ups

References