X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fheap.h;fp=bertos%2Fmware%2Fheap.h;h=0d8f7778cb643223d6e28961a2e9405eb1c90d32;hb=11da44352fcd4d33b173c976db45293ac1a87cca;hp=f02a7d558fc3a87fd6c61e43214db5a97f988ac0;hpb=9bde379b39600b3023bc42ea7affdab4edc8cf18;p=bertos.git diff --git a/bertos/mware/heap.h b/bertos/mware/heap.h index f02a7d55..0d8f7778 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 #include struct _MemChunk;