mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
bus-wait-for-jobs: sort includes
This commit is contained in:
parent
2d0be462d6
commit
b8f4a205f7
@ -1,13 +1,13 @@
|
|||||||
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||||||
|
|
||||||
#include "alloc-util.h"
|
#include "alloc-util.h"
|
||||||
#include "bus-wait-for-jobs.h"
|
|
||||||
#include "set.h"
|
|
||||||
#include "bus-util.h"
|
|
||||||
#include "bus-internal.h"
|
#include "bus-internal.h"
|
||||||
#include "unit-def.h"
|
#include "bus-util.h"
|
||||||
|
#include "bus-wait-for-jobs.h"
|
||||||
#include "escape.h"
|
#include "escape.h"
|
||||||
|
#include "set.h"
|
||||||
#include "strv.h"
|
#include "strv.h"
|
||||||
|
#include "unit-def.h"
|
||||||
|
|
||||||
typedef struct BusWaitForJobs {
|
typedef struct BusWaitForJobs {
|
||||||
sd_bus *bus;
|
sd_bus *bus;
|
||||||
|
Loading…
Reference in New Issue
Block a user