summaryrefslogtreecommitdiff
path: root/firmware/include
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include')
-rw-r--r--firmware/include/dir.h2
-rw-r--r--firmware/include/dir_uncached.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/firmware/include/dir.h b/firmware/include/dir.h
index d143ed2664..29dcb65961 100644
--- a/firmware/include/dir.h
+++ b/firmware/include/dir.h
@@ -72,8 +72,8 @@
72# define rmdir rmdir_uncached 72# define rmdir rmdir_uncached
73#endif 73#endif
74#else 74#else
75#include "dir_uncached.h"
76#include "dir-target.h" 75#include "dir-target.h"
76#include "dir_uncached.h"
77#endif 77#endif
78 78
79#endif 79#endif
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