From 6222badb51d5f295042f80b8fd9f0f24690961df Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 23 Sep 2016 03:21:33 +0200 Subject: [PATCH] Remove header includes --- command.c | 1 + runloop.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/command.c b/command.c index db54e95aac..1f03f884af 100644 --- a/command.c +++ b/command.c @@ -73,6 +73,7 @@ #include "performance_counters.h" #include "dynamic.h" #include "content.h" +#include "dirs.h" #include "movie.h" #include "paths.h" #include "msg_hash.h" diff --git a/runloop.c b/runloop.c index ce19ef080a..a85fbc2ce0 100644 --- a/runloop.c +++ b/runloop.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include