diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-03-27 11:32:41 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-03-27 11:53:12 +0100 |
commit | ca78ad1de987b800978622a22ac6c5caf628a037 (patch) | |
tree | 9445e8e303fbb8f52aaccf6cd280b7cd957dc97e /src/import/curl-util.h | |
parent | test-fileio: do not use variable before checking return value (diff) | |
download | systemd-ca78ad1de987b800978622a22ac6c5caf628a037.tar.xz systemd-ca78ad1de987b800978622a22ac6c5caf628a037.zip |
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.
Diffstat (limited to 'src/import/curl-util.h')
-rw-r--r-- | src/import/curl-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |