From 62cc1c55cb6909c9b0065bf55940bc5a5780f67b Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 5 Apr 2017 18:50:13 -0400 Subject: 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. --- src/shared/cgroup-show.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/shared/cgroup-show.c') diff --git a/src/shared/cgroup-show.c b/src/shared/cgroup-show.c index 8765cf2f49..436130edea 100644 --- a/src/shared/cgroup-show.c +++ b/src/shared/cgroup-show.c @@ -24,8 +24,6 @@ #include #include -#include - #include "alloc-util.h" #include "bus-error.h" #include "bus-util.h" -- cgit v1.2.3-54-g00ecf