X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=gfx%2Fgfx.c;fp=gfx%2Fgfx.c;h=d634c5d67bdae46ad66b45a2475e611c2a495e42;hb=888d1c49ed7cea0f272f520a74be35a32032bd6e;hp=82b69c34b85861c4fa5574ace5427bd98518496c;hpb=ddbc74380efdf0ba6bfd701fa43cef7d950c8b83;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() */