diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-12-05 00:33:54 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-12-05 00:33:54 -0800 |
commit | 0cfa64620274c84286ce6acdfaec4967126ec67d (patch) | |
tree | 24ec2557d3e56ced2eeaedcbfb32d3f6ccd43030 /src | |
parent | a37db3fd3ac339a0411168d22bc17e858e289c4b (diff) |
report-layout: remove vestigial includes
This is derived from report-usage.c, tidy this up.
Diffstat (limited to 'src')
-rw-r--r-- | src/report-layout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/report-layout.c b/src/report-layout.c index e8d686e..baba4fb 100644 --- a/src/report-layout.c +++ b/src/report-layout.c @@ -22,8 +22,6 @@ #include <iou.h> #include <thunk.h> -#include "bootid.h" -#include "humane.h" #include "journals.h" #include "machid.h" #include "report-layout.h" |