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/systemctl | |
parent | 3c3e5f4276a893791110b03984735654372aa33a (diff) |
includes: remove duplicate includes
Found by the new check-includes make target.
Diffstat (limited to 'src/systemctl')
-rw-r--r-- | src/systemctl/systemctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index d850b8bdf2..eb2d3f14fe 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -58,7 +58,6 @@ #include "path-lookup.h" #include "conf-parser.h" #include "exit-status.h" -#include "bus-errors.h" #include "build.h" #include "unit-name.h" #include "pager.h" |