IRQ_SAVE_DISABLE(): Really block signals.
[bertos.git] / gfx / text_format.c
index 36dfec37a1698945d59a6a739d96d74e46426e21..c56eea6b4e9f1cb7f155afdf6deb62f64333c89c 100755 (executable)
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.2  2005/11/04 18:17:45  bernie
+ *#* Fix header guards and includes for new location of gfx module.
+ *#*
  *#* Revision 1.1  2005/11/04 18:11:35  bernie
  *#* Move graphics stuff from mware/ to gfx/.
  *#*
  *#*
  *#*/
 
-#include "text.h"
-#include "formatwr.h" /* _formatted_write() */
-#include "font.h"
-#include "gfx.h"
+#include <gfx/text.h>
+#include <gfx/font.h>
+#include <gfx/gfx.h>
+#include <mware/formatwr.h> /* _formatted_write() */
+
 #include <stdio.h> /* vsprintf() */
 #include <stdarg.h>
 #include <string.h> /* strlen() */