minor fixes in xalloc and rbtree.
rbtree didn't include string.h xalloc uses strdup that is not needed.
This commit is contained in:
parent
f3158fb988
commit
d420a86372
2 changed files with 9 additions and 5 deletions
|
|
@ -10,7 +10,7 @@
|
|||
* Based on the work of Julienne Walker's rbtree implementation
|
||||
* http://www.eternallyconfuzzled.com/tuts/datastructures/jsw_tut_rbtree.aspx
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "xalloc.h"
|
||||
#include "debug.h"
|
||||
#include "rbtree.h"
|
||||
|
|
|
|||
Reference in a new issue