Index: edge.h =================================================================== --- edge.h (revision 17789) +++ edge.h (revision 17790) @@ -20,7 +20,7 @@ #define LST(x) edgelist_ ## x #define LST_ITEM_T edge_ptr_t -#include +#include "list/list.h" #ifndef LST_DONT_UNDEF #undef LST Index: point.h =================================================================== --- point.h (revision 17789) +++ point.h (revision 17790) @@ -19,7 +19,7 @@ #define LST(x) pointlist_ ## x #define LST_ITEM_T point_t* -#include +#include "list/list.h" #ifndef LST_DONT_UNDEF #undef LST Index: triangle.h =================================================================== --- triangle.h (revision 17789) +++ triangle.h (revision 17790) @@ -19,7 +19,7 @@ #define LST(x) trianglelist_ ## x #define LST_ITEM_T triangle_ptr_t -#include +#include "list/list.h" #ifndef LST_DONT_UNDEF #undef LST