Remove references to malloc.h closes #28
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user