Use new header locations everywhere
[bertos.git] / bertos / gfx / gfx.h
index dfdb5df4b89482e5b4b18b39f756c54c53330829..da10433dc10b887a56140839b320e035b595ece5 100644 (file)
@@ -182,7 +182,7 @@ void gfx_lineTo     (Bitmap *bm, coord_t x,  coord_t y);
 void gfx_setClipRect(Bitmap *bm, coord_t xmin, coord_t ymin, coord_t xmax, coord_t ymax);
 
 #if CPU_HARVARD
-       #include <mware/pgm.h>
+       #include <cpu/pgm.h>
        void gfx_blit_P(Bitmap *bm, const pgm_uint8_t *raster);
 #endif