X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Fcharts.h;h=735f8b7fb7c7007a88ff29ba1142401bef6e83de;hb=fb50d9a9ef1afffd6ababf97350b98dd5fb066ec;hp=ecc7f309be69218830c7e1621462e5e6bb11932b;hpb=11da44352fcd4d33b173c976db45293ac1a87cca;p=bertos.git diff --git a/bertos/gfx/charts.h b/bertos/gfx/charts.h index ecc7f309..735f8b7f 100644 --- a/bertos/gfx/charts.h +++ b/bertos/gfx/charts.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2000, 2001, 2003 Bernardo Innocenti + * Copyright 1999, 2000, 2001, 2003 Bernie Innocenti * * --> * @@ -38,13 +38,13 @@ * - \c CONFIG_CHART_TYPE_Y: type for the input dataset of Y-coordinates * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef GFX_CHARTS_H #define GFX_CHARTS_H -#include /* CONFIG_ stuff */ +#include "cfg/cfg_gfx.h" /* CONFIG_ stuff */ #include /* vcoord_t */