diff DynArray.h @ 35:59eaf81a9cc7

updated headers (fixed circular includes) and PR_int__malloc into PR__malloc
author Sean Halle <seanhalle@yahoo.com>
date Tue, 23 Jul 2013 07:41:03 -0700
parents c6e1805505c9
children
line diff
     1.1 --- a/DynArray.h	Mon Jul 22 06:19:34 2013 -0700
     1.2 +++ b/DynArray.h	Tue Jul 23 07:41:03 2013 -0700
     1.3 @@ -8,7 +8,7 @@
     1.4  #ifndef _DYNARRAY_H
     1.5  #define	_DYNARRAY_H
     1.6  
     1.7 -#include "PR__application_includes/PR__application.h"
     1.8 +#include "PR__common_includes/PR__primitive_data_types.h"
     1.9  
    1.10  
    1.11