From f1dd06db20f17de9deed9450b74929f2f86d1c45 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 1 Dec 2016 20:39:42 +0100 Subject: [PATCH] (task_autodetect.c) Remove 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 7524f79ca7..5bc3e2cde5 100644 --- a/tasks/task_autodetect.c +++ b/tasks/task_autodetect.c @@ -29,7 +29,6 @@ #include "../configuration.h" #include "../file_path_special.h" #include "../list_special.h" -#include "../msg_hash.h" #include "../runloop.h" #include "../verbosity.h"