summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/id3.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/id3.c b/firmware/id3.c
index f41be09405..919370e858 100644
--- a/firmware/id3.c
+++ b/firmware/id3.c
@@ -26,9 +26,8 @@
26#include <stdlib.h> 26#include <stdlib.h>
27#include <string.h> 27#include <string.h>
28#include <errno.h> 28#include <errno.h>
29#include <fcntl.h> 29#include "file.h"
30#include <file.h> 30#include "types.h"
31#include <types.h>
32 31
33#include "id3.h" 32#include "id3.h"
34 33