X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Ftext_format.c;h=9dfaa6a5c41600b6c0d643721a8d58e4b2bed9ce;hb=ddbc74380efdf0ba6bfd701fa43cef7d950c8b83;hp=36dfec37a1698945d59a6a739d96d74e46426e21;hpb=41ee2287b2f2d7ec3e73e998b06076888608ed72;p=bertos.git diff --git a/gfx/text_format.c b/gfx/text_format.c index 36dfec37..9dfaa6a5 100755 --- a/gfx/text_format.c +++ b/gfx/text_format.c @@ -15,6 +15,12 @@ /*#* *#* $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. + *#* *#* Revision 1.1 2005/11/04 18:11:35 bernie *#* Move graphics stuff from mware/ to gfx/. *#* @@ -57,9 +63,11 @@ *#*/ #include "text.h" -#include "formatwr.h" /* _formatted_write() */ -#include "font.h" -#include "gfx.h" + +#include /* _formatted_write() */ +#include +#include + #include /* vsprintf() */ #include #include /* strlen() */