avl: include smatch.h and smatch_slist.h into avl.c
commitf209030257573453483d1609828597fed88d7bd4
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 21 Feb 2014 13:34:43 +0000 (21 16:34 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 21 Feb 2014 13:34:43 +0000 (21 16:34 +0300)
treeb943a5780c014f23d8716c09c3be348cf7cdb908
parentd81f48fb390cf1e16435178d794fdcfc17dc7ff9
avl: include smatch.h and smatch_slist.h into avl.c

I am going to end up modifying the avl code a lot and it is going to be
closely tied to smatch.

I had to rename some functions to avoid conflicts with stdlib functions.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
avl.c