Remove references to malloc.h closes #28

This commit is contained in:
nemerle
2017-02-07 12:09:58 +01:00
parent 4656db9484
commit 29efcd5be1
3 changed files with 4 additions and 8 deletions

View File

@@ -12,8 +12,6 @@
#include <cassert>
#include <stdio.h>
#include <string.h>
#include <malloc.h>
typedef std::list<int> nodeList; /* dfsLast index to the node */