Fix warning with gcc 4.6.1 (and also nightly test).
[bertos.git] / bertos / gfx / font.h
index 603b11de7f091a76d98942a5b70e6786b3763e6b..4b28de697dfae1d2102ec31505daa290cade0483 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Font 8x6 IBM-PC 8bit
  *
- * \version $Id$
  *
  * \author Stefano Fedrigo <aleph@develer.com>
  *
@@ -42,7 +41,7 @@
 #define GFX_FONT_H
 
 #include <cfg/compiler.h>  /* uint8_t */
-#include <mware/pgm.h>     /* PROGMEM */
+#include <cpu/pgm.h>     /* PROGMEM */
 
 typedef struct Font
 {