summaryrefslogtreecommitdiff
path: root/apps/scrobbler.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/scrobbler.c')
-rw-r--r--apps/scrobbler.c4
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
31#include "kernel.h" 31#include "kernel.h"
32#include "audio.h" 32#include "audio.h"
33#include "core_alloc.h" 33#include "core_alloc.h"
34#include "settings.h" 34#include "rbpaths.h"
35#include "ata_idle_notify.h" 35#include "ata_idle_notify.h"
36#include "pathfuncs.h" 36#include "pathfuncs.h"
37#include "appevents.h" 37#include "appevents.h"
38 38#include "string-extra.h"
39#if CONFIG_RTC 39#if CONFIG_RTC
40#include "time.h" 40#include "time.h"
41#include "timefuncs.h" 41#include "timefuncs.h"