X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Fbitmap.c;h=1cc13aea7b0292f24d689235107989cd664a40c9;hb=cdd85b7bd633a4256b1250dd4c0b8ead0cb37b62;hp=294e9c23ccad4cac07051314852e95131e5b5954;hpb=11da44352fcd4d33b173c976db45293ac1a87cca;p=bertos.git diff --git a/bertos/gfx/bitmap.c b/bertos/gfx/bitmap.c index 294e9c23..1cc13aea 100644 --- a/bertos/gfx/bitmap.c +++ b/bertos/gfx/bitmap.c @@ -27,11 +27,11 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * * \brief Bitmap manipulation routines. @@ -40,7 +40,7 @@ #include "gfx.h" #include "gfx_p.h" -#include /* CONFIG_GFX_CLIPPING */ +#include "cfg/cfg_gfx.h" /* CONFIG_GFX_CLIPPING */ #include /* MIN() */ #include /* ASSERT() */