summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-bus/test-bus-track.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-06 00:50:13 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-21 18:05:55 +0200
commit62cc1c55cb6909c9b0065bf55940bc5a5780f67b (patch)
tree799c9d474e4aaab357c867815a59d9393b2bb273 /src/libsystemd/sd-bus/test-bus-track.c
parentmicrohttpd-util: silence warnings about deprecated options (diff)
downloadsystemd-62cc1c55cb6909c9b0065bf55940bc5a5780f67b.tar.xz
systemd-62cc1c55cb6909c9b0065bf55940bc5a5780f67b.zip
bus: include sd-{bus,messages}.h the same as other systemd headers
This is our own header, we should include use the local-include syntax ("" not <>), to make it clear we are including the one from the build tree. All other includes of files from src/systemd/ use this scheme.
Diffstat (limited to 'src/libsystemd/sd-bus/test-bus-track.c')
-rw-r--r--src/libsystemd/sd-bus/test-bus-track.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/test-bus-track.c b/src/libsystemd/sd-bus/test-bus-track.c
index 4beb61f05a..06c6167511 100644
--- a/src/libsystemd/sd-bus/test-bus-track.c
+++ b/src/libsystemd/sd-bus/test-bus-track.c
@@ -17,7 +17,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <sd-bus.h>
+#include "sd-bus.h"
#include "macro.h"