summaryrefslogtreecommitdiff
path: root/firmware/include/dir_uncached.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/dir_uncached.h')
-rw-r--r--firmware/include/dir_uncached.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/include/dir_uncached.h b/firmware/include/dir_uncached.h
index 5c7ed14658..29512c7a69 100644
--- a/firmware/include/dir_uncached.h
+++ b/firmware/include/dir_uncached.h
@@ -30,7 +30,6 @@ struct dirinfo {
30 unsigned short wrttime; 30 unsigned short wrttime;
31}; 31};
32 32
33#ifndef APPLICATION
34#include <stdbool.h> 33#include <stdbool.h>
35#include "file.h" 34#include "file.h"
36 35
@@ -91,6 +90,5 @@ extern struct dirent_uncached* readdir_uncached(DIR_UNCACHED* dir);
91extern int release_dirs(int volume); 90extern int release_dirs(int volume);
92 91
93#endif /* DIRFUNCTIONS_DEFINED */ 92#endif /* DIRFUNCTIONS_DEFINED */
94#endif
95 93
96#endif 94#endif