Update cpu.h dir.
[bertos.git] / gfx / line.c
index cb6606ead64e125ef1ad14cb1d006250c99a91fb..c5a6046f75ddc06aa34921d76b67a46eb9b46a1a 100644 (file)
@@ -28,7 +28,7 @@
  *
  * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/)
  * Copyright 1999 Bernardo Innocenti <bernie@develer.com>
- * This file is part of DevLib - See README.devlib for information.
+ *
  * -->
  *
  * \version $Id$
@@ -59,7 +59,7 @@
 #include "gfx_p.h"
 
 #include <cfg/debug.h>   /* ASSERT() */
-#include <cfg/cpu.h>     /* CPU_HARVARD */
+#include <cpu/cpu.h>     /* CPU_HARVARD */
 #include <cfg/macros.h>  /* SWAP() */
 #include <appconfig.h>   /* CONFIG_GFX_CLIPPING */