X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Fgfx.c;h=d634c5d67bdae46ad66b45a2475e611c2a495e42;hb=d80a052f18e59d38703f13fd7f3f1c6f3ed87d04;hp=82b69c34b85861c4fa5574ace5427bd98518496c;hpb=68d5a6796ff0efc9666ae359be2150d9638182f6;p=bertos.git diff --git a/gfx/gfx.c b/gfx/gfx.c index 82b69c34..d634c5d6 100755 --- a/gfx/gfx.c +++ b/gfx/gfx.c @@ -16,6 +16,9 @@ /*#* *#* $Log$ + *#* Revision 1.3 2005/11/27 23:33:40 bernie + *#* Use appconfig.h instead of cfg/config.h. + *#* *#* Revision 1.2 2005/11/04 18:17:45 bernie *#* Fix header guards and includes for new location of gfx module. *#* @@ -32,8 +35,8 @@ *#* Use new CPU-neutral program-memory API. *#*/ -#include -#include /* CONFIG_GFX_CLIPPING */ +#include "gfx.h" +#include /* CONFIG_GFX_CLIPPING */ #include #include /* CPU_HARVARD */ #include /* SWAP() */