summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/main_menu.c2
-rw-r--r--apps/settings.c2
-rw-r--r--apps/tree.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index de4c9a6263..d9419c3a2b 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -42,7 +42,7 @@
42#include "screens.h" 42#include "screens.h"
43#include "playlist_menu.h" 43#include "playlist_menu.h"
44#include "talk.h" 44#include "talk.h"
45#ifdef CONFIG_TUNER 45#if CONFIG_TUNER
46#include "radio.h" 46#include "radio.h"
47#endif 47#endif
48#include "misc.h" 48#include "misc.h"
diff --git a/apps/settings.c b/apps/settings.c
index 1ef096a1f6..1a1a085ec7 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -66,7 +66,7 @@
66#include "backdrop.h" 66#include "backdrop.h"
67#endif 67#endif
68 68
69#ifdef CONFIG_TUNER 69#if CONFIG_TUNER
70#include "radio.h" 70#include "radio.h"
71#endif 71#endif
72 72
diff --git a/apps/tree.c b/apps/tree.c
index 806d1de616..320e8f7e66 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -123,7 +123,7 @@ const struct filetype filetypes[] = {
123#if LCD_DEPTH > 1 123#if LCD_DEPTH > 1
124 { "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS }, 124 { "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS },
125#endif 125#endif
126#ifdef CONFIG_TUNER 126#if CONFIG_TUNER
127 { "fmr", TREE_ATTR_FMR, Icon_Preset, LANG_FMR }, 127 { "fmr", TREE_ATTR_FMR, Icon_Preset, LANG_FMR },
128#endif 128#endif
129 { "lng", TREE_ATTR_LNG, Icon_Language, LANG_LANGUAGE }, 129 { "lng", TREE_ATTR_LNG, Icon_Language, LANG_LANGUAGE },