]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: always include our own headers with "" rather than <>
authorLennart Poettering <lennart@poettering.net>
Tue, 21 Jan 2025 15:08:47 +0000 (16:08 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 21 Jan 2025 17:05:36 +0000 (17:05 +0000)
We got this almost always right. Fix this for a few outliers.

src/analyze/analyze-time-data.h
src/home/homed-operation.h
src/shared/common-signal.h
src/test/test-mempress.c

index e7ffd8549d883b13352de4f851787b2491208e16..fd228b5929327928cadbcc2f0967c447fb112766 100644 (file)
@@ -1,7 +1,7 @@
 /* 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"
index af165bb4a5213fe231a35341328e3b231d795baf..e190e8e9704f723f6ea57a3b1e52e5a200a8113f 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
 #pragma once
 
-#include <sd-bus.h>
+#include "sd-bus.h"
 
 #include "user-record.h"
 
index 1fe7b7623a452b5b41c6f32c71cb6b1613355807..3fd7d8329913b69a0e664b74036cfb321537fe15 100644 (file)
@@ -3,7 +3,7 @@
 
 #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
index dfbd63e6014f4d26438d76d562a80e9bbae3557c..6bbc485de6d4318bf317d93115be0c02d6688b96 100644 (file)
@@ -5,8 +5,8 @@
 #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"