From 9fba3de3c36e0d9da262d6d020fcdaeba4e03949 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 24 Nov 2015 18:16:45 +0100 Subject: [PATCH] Cleanups --- runloop_data.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runloop_data.c b/runloop_data.c index 71158ac15f..fcebcc1cf6 100644 --- a/runloop_data.c +++ b/runloop_data.c @@ -13,10 +13,10 @@ * If not, see . */ -#include +#include -#include "general.h" -#include "verbosity.h" +#include "runloop_data.h" +#include "runloop.h" #include "tasks/tasks.h"