X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fheap.h;h=7865476a5f59089ff2fd31b38880a52e0138489e;hb=9c41a52cad9f3a8e7c7ec1c29f8722c722d4698d;hp=f02a7d558fc3a87fd6c61e43214db5a97f988ac0;hpb=9b5ed5a7350e86199d01c9165d0a24ec6150b811;p=bertos.git diff --git a/bertos/mware/heap.h b/bertos/mware/heap.h index f02a7d55..7865476a 100644 --- a/bertos/mware/heap.h +++ b/bertos/mware/heap.h @@ -33,21 +33,20 @@ * * \brief Heap subsystem (public interface). * - * \version $Id$ - * - * \author Bernardo Innocenti - * * \todo Heap memory could be defined as an array of MemChunk, and used * in this form also within the implementation. This would probably remove * memory alignment problems, and also some aliasing issues. * + * \version $Id$ + * + * \author Bernardo Innocenti + * */ #ifndef MWARE_HEAP_H #define MWARE_HEAP_H -#include - +#include "cfg/cfg_heap.h" #include struct _MemChunk;