We got this almost always right. Fix this for a few outliers.
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
-#include <sd-bus.h>
+#include "sd-bus.h"
#include "time-util.h"
#include "unit-def.h"
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
-#include <sd-bus.h>
+#include "sd-bus.h"
#include "user-record.h"
#include <syslog.h>
-#include <sd-event.h>
+#include "sd-event.h"
/* All our long-running services should implement a SIGRTMIN+18 handler that can be used to trigger certain
* actions that affect service runtime. The specific action is indicated via the "value integer" you can pass
#include <sys/mman.h>
#include <unistd.h>
-#include <sd-bus.h>
-#include <sd-event.h>
+#include "sd-bus.h"
+#include "sd-event.h"
#include "bus-locator.h"
#include "bus-wait-for-jobs.h"