Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / mware / heap.h
index f02a7d558fc3a87fd6c61e43214db5a97f988ac0..7865476a5f59089ff2fd31b38880a52e0138489e 100644 (file)
  *
  * \brief Heap subsystem (public interface).
  *
- * \version $Id$
- *
- * \author Bernardo Innocenti <bernie@develer.com>
- *
  * \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 <bernie@develer.com>
+ *
  */
 
 #ifndef MWARE_HEAP_H
 #define MWARE_HEAP_H
 
-#include <appconfig.h>
-
+#include "cfg/cfg_heap.h"
 #include <cfg/compiler.h>
 
 struct _MemChunk;