diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-04-10 10:42:38 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-04-10 12:08:12 -0400 |
commit | bc416ff5905cd5b0707097971bb9a09f5961a8ae (patch) | |
tree | 1701ef544064ce6f7d5d4aa798040467b9e0a2a9 /apps/scrobbler.c | |
parent | 1303be343784ad2a3de30b10d2ac1ec350242f43 (diff) |
misc: Only include rbpaths.h and string-extra.h in places that need it
(Don't include rbpaths.h in settings.h, or string-extra.h in rbpaths.h)
Build-tested on rocker, erosq, mini2g, nano2g,
xduoox3, clipzip, dx50, and uisim
Change-Id: If32e9c9910f5c8247a655cb64522b84d6d7ccbb5
Diffstat (limited to 'apps/scrobbler.c')
-rw-r--r-- | apps/scrobbler.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/scrobbler.c b/apps/scrobbler.c index 657ce2e7ab..f5ccf4a61c 100644 --- a/apps/scrobbler.c +++ b/apps/scrobbler.c @@ -31,11 +31,11 @@ http://www.audioscrobbler.net/wiki/Portable_Player_Logging #include "kernel.h" #include "audio.h" #include "core_alloc.h" -#include "settings.h" +#include "rbpaths.h" #include "ata_idle_notify.h" #include "pathfuncs.h" #include "appevents.h" - +#include "string-extra.h" #if CONFIG_RTC #include "time.h" #include "timefuncs.h" |