Doxygen workaround.
[bertos.git] / mware / text.h
index 1f8bd89463496dced16fca7d7cdfa1ffd140b160..433a88abe124089270207c52b3e3183a28b167ef 100755 (executable)
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.11  2005/04/11 19:10:28  bernie
+ *#* Include top-level headers from cfg/ subdir.
+ *#*
  *#* Revision 1.10  2005/03/01 23:26:46  bernie
  *#* Use new CPU-neutral program-memory API.
  *#*
@@ -47,9 +50,9 @@
 #ifndef MWARE_TEXT_H
 #define MWARE_TEXT_H
 
-#include <compiler.h>
-#include <macros.h> /* BV() */
-#include <cpu.h> /* CPU_HARVARD */
+#include <cfg/compiler.h>
+#include <cfg/macros.h> /* BV() */
+#include <cfg/cpu.h> /* CPU_HARVARD */
 
 #include <stdarg.h>