浏览代码

remove memory.h dependancy

Some embedded (or exotic) systems won't provide this header, and it seems to be unused (since memcpy is in string.h).
Tested on MinGW and VS2015.
Lectem 10 年之前
父节点
当前提交
6f0bc9bcb2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/assimp/types.h

+ 0 - 1
include/assimp/types.h

@@ -47,7 +47,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 // Some runtime headers
 #include <sys/types.h>
-#include <memory.h>
 #include <math.h>
 #include <stddef.h>
 #include <string.h>