summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-02-10 13:06:09 +0100
committerTom Gundersen <teg@jklm.no>2014-02-10 13:06:31 +0100
commit36e0e6311bb4df37385db19b5eca03973b26b5ff (patch)
tree9bd9ebd2d97ad65825a47038882e3329b2275ac1 /src/systemctl/systemctl.c
parent3c3e5f4276a893791110b03984735654372aa33a (diff)
includes: remove duplicate includes
Found by the new check-includes make target.
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r--src/systemctl/systemctl.c1
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"