X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Ftext_format.c;h=9dfaa6a5c41600b6c0d643721a8d58e4b2bed9ce;hb=03d72c14a213544bfe50fd9145fe0e4c9f9229c8;hp=c56eea6b4e9f1cb7f155afdf6deb62f64333c89c;hpb=68d5a6796ff0efc9666ae359be2150d9638182f6;p=bertos.git diff --git a/gfx/text_format.c b/gfx/text_format.c index c56eea6b..9dfaa6a5 100755 --- a/gfx/text_format.c +++ b/gfx/text_format.c @@ -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. *#* @@ -59,10 +62,11 @@ *#* *#*/ -#include +#include "text.h" + +#include /* _formatted_write() */ #include #include -#include /* _formatted_write() */ #include /* vsprintf() */ #include