From 22e1854b8c5e5de29b0181287aae2ec843b1ecad Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 1 Dec 2016 22:49:03 +0100 Subject: [PATCH] Get rid of runloop.h header include --- tasks/task_autodetect.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/task_autodetect.c b/tasks/task_autodetect.c index 014dfdfe3e..637e16ec90 100644 --- a/tasks/task_autodetect.c +++ b/tasks/task_autodetect.c @@ -28,7 +28,6 @@ #include "../configuration.h" #include "../file_path_special.h" #include "../list_special.h" -#include "../runloop.h" #include "../verbosity.h" #include "tasks_internal.h"