Make title bold; Fix height when we have no menubar.
[bertos.git] / mware / heap.h
index 2635dff1594f9d8e58c12d7f4e9e1e7a8788b02b..bbae968bbceb92731e7066f330cc7fdbb53dcd74 100755 (executable)
@@ -3,7 +3,7 @@
  * <!--
  * Copyright 2004 Develer S.r.l. (http://www.develer.com/)
  * Copyright 1999,2000,2001 Bernardo Innocenti <bernie@develer.com>
- * This file is part of DevLib - See devlib/README for information.
+ * This file is part of DevLib - See README.devlib for information.
  * -->
  *
  * \brief Heap subsystem (public interface).
 
 /*#*
  *#* $Log$
+ *#* Revision 1.6  2005/11/27 23:36:19  bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
+ *#* Revision 1.5  2005/11/04 16:20:02  bernie
+ *#* Fix reference to README.devlib in header.
+ *#*
+ *#* Revision 1.4  2005/04/11 19:10:28  bernie
+ *#* Include top-level headers from cfg/ subdir.
+ *#*
  *#* Revision 1.3  2004/08/25 14:12:09  rasky
  *#* Aggiornato il comment block dei log RCS
  *#*
@@ -40,8 +49,8 @@
 #ifndef MWARE_HEAP_H
 #define MWARE_HEAP_H
 
-#include <compiler.h>
-#include <config.h>
+#include <cfg/compiler.h>
+#include <appconfig.h>
 
 struct _MemChunk;