From ca78ad1de987b800978622a22ac6c5caf628a037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 27 Mar 2019 11:32:41 +0100 Subject: headers: remove unneeded includes from util.h This means we need to include many more headers in various files that simply included util.h before, but it seems cleaner to do it this way. --- src/import/curl-util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/import/curl-util.h') diff --git a/src/import/curl-util.h b/src/import/curl-util.h index a03e844030..6a7be6421c 100644 --- a/src/import/curl-util.h +++ b/src/import/curl-util.h @@ -7,6 +7,7 @@ #include "sd-event.h" #include "hashmap.h" +#include "time-util.h" typedef struct CurlGlue CurlGlue; -- cgit v1.2.1