mirror of
https://github.com/systemd/systemd.git
synced 2025-09-15 13:44:41 +03:00
bus-wait-for-jobs: sort includes
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user