diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-10 13:06:09 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-10 13:06:31 +0100 |
commit | 36e0e6311bb4df37385db19b5eca03973b26b5ff (patch) | |
tree | 9bd9ebd2d97ad65825a47038882e3329b2275ac1 /src/core/dbus-kill.c | |
parent | 3c3e5f4276a893791110b03984735654372aa33a (diff) |
includes: remove duplicate includes
Found by the new check-includes make target.
Diffstat (limited to 'src/core/dbus-kill.c')
-rw-r--r-- | src/core/dbus-kill.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/dbus-kill.c b/src/core/dbus-kill.c index 025945a23a..fb29e147cb 100644 --- a/src/core/dbus-kill.c +++ b/src/core/dbus-kill.c @@ -19,7 +19,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "bus-util.h" #include "kill.h" #include "dbus-kill.h" #include "bus-util.h" |