Remove CVS logs. Reformat.
[bertos.git] / bertos / dt / dnotifier.h
index 118a2f4c62171cd5accabd0fb170f3304b7e9013..09a2c3487181c4c59b66d48adb771b415978055b 100644 (file)
@@ -29,8 +29,6 @@
  * Copyright 2005 Develer S.r.l. (http://www.develer.com/)
  * -->
  *
- * \version $Id$
- *
  * \brief Notifier obj (interface).
  *
  * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.2  2006/07/19 12:56:26  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.1  2005/11/04 18:26:38  bernie
- *#* Import into DevLib.
- *#*
- *#* Revision 1.4  2005/06/09 13:23:58  batt
- *#* Add some comments.
- *#*
- *#* Revision 1.3  2005/06/08 17:32:33  batt
- *#* Switch to new messaging system.
- *#*
- *#* Revision 1.2  2005/06/06 11:04:12  batt
- *#* Add some comments.
- *#*
- *#* Revision 1.1  2005/05/26 08:32:53  batt
- *#* Add new Develer widget system :)
- *#*
- *#*/
 #ifndef DT_DNOTIFIER_H
 #define DT_DNOTIFIER_H
 
 #include <cfg/debug.h>
+#include <cfg/macros.h>
+
 #include <dt/dtag.h>
 #include <mware/list.h>