From 4cea7d9545ee642a96a2e5844a03074400cfa590 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 8 Sep 2022 05:03:29 +0200 Subject: sanitize #include-s --- src/worker.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/worker.c') diff --git a/src/worker.c b/src/worker.c index f107d7e..b422271 100644 --- a/src/worker.c +++ b/src/worker.c @@ -1,5 +1,6 @@ #include "worker.h" #include "ci.h" +#include "compiler.h" #include "const.h" #include "git.h" #include "log.h" @@ -8,8 +9,6 @@ #include "process.h" #include "signal.h" -#include -#include #include #include #include -- cgit v1.2.3