Rename myself
[bertos.git] / bertos / gfx / bitmap.c
index d4c447e65e1440184d544cfa1d7de71d30db77b4..1cc13aea7b0292f24d689235107989cd664a40c9 100644 (file)
  * the GNU General Public License.
  *
  * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/)
- * Copyright 1999 Bernardo Innocenti <bernie@develer.com>
+ * Copyright 1999 Bernie Innocenti <bernie@codewiz.org>
  *
  * -->
  *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
  *
  * \brief Bitmap manipulation routines.
 #include "gfx.h"
 #include "gfx_p.h"
 
-#include <cfg/debug.h>  /* ASSERT() */
-#include <cpu/attr.h>   /* CPU_HARVARD */
-#include <cfg/macros.h> /* MIN() */
-#include <appconfig.h>  /* CONFIG_GFX_CLIPPING */
+#include "cfg/cfg_gfx.h"  /* CONFIG_GFX_CLIPPING */
+#include <cfg/macros.h>   /* MIN() */
+#include <cfg/debug.h>    /* ASSERT() */
+
+#include <cpu/attr.h>     /* CPU_HARVARD */
 
 #include <string.h>     /* memset() */