From 4d2874fd3dfe18651664ba5dcc172b7960b9edd2 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 20 Jul 2019 21:32:23 +0200 Subject: 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 --- apps/plugin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugin.h') 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 -- cgit v1.2.3