From 5aeb479a31e0f5f89001ee1955844772cb763496 Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Fri, 26 Jun 2020 18:09:08 +0100 Subject: [PATCH] DISABLE_NETWORKING buildfix --- tasks/tasks_internal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/tasks_internal.h b/tasks/tasks_internal.h index a128a7dece..ef2a95d4bd 100644 --- a/tasks/tasks_internal.h +++ b/tasks/tasks_internal.h @@ -32,10 +32,7 @@ #include "../core_updater_list.h" #endif -#if defined(HAVE_NETWORKING) -/* Required for task_push_pl_entry_thumbnail_download() */ #include "../playlist.h" -#endif /* Required for task_push_core_backup() */ #include "../core_backup.h"