diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2019-07-20 21:32:23 +0200 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2019-07-20 21:32:23 +0200 |
commit | 4d2874fd3dfe18651664ba5dcc172b7960b9edd2 (patch) | |
tree | e8a0b45a53e8e4cca0fee65549f69bbc5e645f35 /apps/plugin.h | |
parent | 78892b5eb0195299d1a3ee2db2fb830d636d10e3 (diff) |
Don't have the inclusion of lang_enum.h depend on PLUGIN
This #ifdef apparcntly confuses dependency generation, and since lang_enum.h
just declares an enum, including it unconditionally is harmless.
Change-Id: I8feaff7657080962f1ae6305492075c8a5bca673
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 083dac0335..a83960b260 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -71,9 +71,7 @@ void* plugin_get_buffer(size_t *buffer_size); #include "mp3_playback.h" #include "root_menu.h" #include "talk.h" -#ifdef PLUGIN #include "lang_enum.h" -#endif #ifdef RB_PROFILE #include "profile.h" #endif |