Split out gfx.c into bitmap.c and line.c.
[bertos.git] / gfx / text_format.c
index c56eea6b4e9f1cb7f155afdf6deb62f64333c89c..9dfaa6a5c41600b6c0d643721a8d58e4b2bed9ce 100755 (executable)
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.3  2005/11/27 23:31:58  bernie
+ *#* Reorder includes.
+ *#*
  *#* Revision 1.2  2005/11/04 18:17:45  bernie
  *#* Fix header guards and includes for new location of gfx module.
  *#*
  *#*
  *#*/
 
-#include <gfx/text.h>
+#include "text.h"
+
+#include <mware/formatwr.h> /* _formatted_write() */
 #include <gfx/font.h>
 #include <gfx/gfx.h>
-#include <mware/formatwr.h> /* _formatted_write() */
 
 #include <stdio.h> /* vsprintf() */
 #include <stdarg.h>