lowercasing filenames, part1; makefile adjustments
[picodrive.git] / platform / common / mp3_helix.c
index f28abda..718c3de 100644 (file)
@@ -6,8 +6,8 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "../../Pico/PicoInt.h"
-#include "../../Pico/sound/mix.h"
+#include "../../pico/pico_int.h"
+#include "../../pico/sound/mix.h"
 #include "helix/pub/mp3dec.h"
 #include "lprintf.h"