X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Ftext_format.c;h=c56eea6b4e9f1cb7f155afdf6deb62f64333c89c;hb=0007248e32b0e774b484711cf9403966f6206772;hp=36dfec37a1698945d59a6a739d96d74e46426e21;hpb=41ee2287b2f2d7ec3e73e998b06076888608ed72;p=bertos.git diff --git a/gfx/text_format.c b/gfx/text_format.c index 36dfec37..c56eea6b 100755 --- a/gfx/text_format.c +++ b/gfx/text_format.c @@ -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/. *#* @@ -56,10 +59,11 @@ *#* *#*/ -#include "text.h" -#include "formatwr.h" /* _formatted_write() */ -#include "font.h" -#include "gfx.h" +#include +#include +#include +#include /* _formatted_write() */ + #include /* vsprintf() */ #include #include /* strlen() */