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/logs-show.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/shared/logs-show.c') diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c index 0d7892ac1e..193dad1943 100644 --- a/src/shared/logs-show.c +++ b/src/shared/logs-show.c @@ -21,9 +21,17 @@ #include #include +#include +#include +#include #include #include +#include #include +#include + +#include "sd-id128.h" +#include "sd-journal.h" #include "alloc-util.h" #include "fd-util.h" @@ -34,11 +42,15 @@ #include "journal-internal.h" #include "log.h" #include "logs-show.h" +#include "macro.h" +#include "output-mode.h" #include "parse-util.h" #include "process-util.h" +#include "sparse-endian.h" #include "string-table.h" #include "string-util.h" #include "terminal-util.h" +#include "time-util.h" #include "utf8.h" #include "util.h" -- cgit v1.2.3-54-g00ecf