lowercasing filenames, part1; makefile adjustments
[picodrive.git] / Pico / patch.c
similarity index 99%
rename from Pico/Patch.c
rename to Pico/patch.c
index e57d83f..42c6a4e 100644 (file)
@@ -25,8 +25,8 @@
 //#include <string.h>
 #include <ctype.h>
 
-#include "PicoInt.h"
-#include "Patch.h"
+#include "pico_int.h"
+#include "patch.h"
 
 struct patch
 {