diff options
| -rw-r--r-- | firmware/id3.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/id3.c b/firmware/id3.c index f41be09..919370e 100644 --- a/firmware/id3.c +++ b/firmware/id3.c @@ -26,9 +26,8 @@ #include <stdlib.h> #include <string.h> #include <errno.h> -#include <fcntl.h> -#include <file.h> -#include <types.h> +#include "file.h" +#include "types.h" #include "id3.h" |