forked from len0rd/rockbox
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
This commit is contained in:
parent
78892b5eb0
commit
4d2874fd3d
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue