From a8fbdf5424be099ba1b2b1ec261c02b8759d6b0c Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Thu, 3 Dec 2015 21:13:37 +0100 Subject: shared: include what we use The next step of a general cleanup of our includes. This one mostly adds missing includes but there are a few removals as well. --- src/shared/efivars.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/shared/efivars.c') diff --git a/src/shared/efivars.c b/src/shared/efivars.c index 89deeb9b55..13af68d539 100644 --- a/src/shared/efivars.c +++ b/src/shared/efivars.c @@ -19,17 +19,27 @@ along with systemd; If not, see . ***/ +#include +#include #include +#include +#include +#include #include +#include #include +#include "sd-id128.h" + #include "alloc-util.h" #include "dirent-util.h" #include "efivars.h" #include "fd-util.h" #include "io-util.h" +#include "macro.h" #include "parse-util.h" #include "stdio-util.h" +#include "time-util.h" #include "utf8.h" #include "util.h" #include "virt.h" -- cgit v1.2.3-54-g00ecf