1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-28 05:57:33 +03:00

analyze: sort/fix header includes in one place

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-05-18 18:29:56 +02:00
parent d970092fa5
commit e2d999345e
2 changed files with 6 additions and 4 deletions

View File

@ -1,15 +1,15 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include "analyze.h"
#include "analyze-critical-chain.h"
#include "analyze-time-data.h"
#include "strv.h"
#include "analyze.h"
#include "bus-error.h"
#include "copy.h"
#include "path-util.h"
#include "terminal-util.h"
#include "sort-util.h"
#include "special.h"
#include "bus-error.h"
#include "strv.h"
#include "terminal-util.h"
static int list_dependencies_print(
const char *name,

View File

@ -1,6 +1,8 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
#include <sd-bus.h>
#include "time-util.h"
typedef struct BootTimes {