summaryrefslogtreecommitdiff
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
parent3c3e5f4276a893791110b03984735654372aa33a (diff)
includes: remove duplicate includes
Found by the new check-includes make target.
-rw-r--r--src/bus-driverd/bus-driverd.c1
-rw-r--r--src/core/dbus-kill.c1
-rw-r--r--src/systemctl/systemctl.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/bus-driverd/bus-driverd.c b/src/bus-driverd/bus-driverd.c
index b97206600..7df4b4c9b 100644
--- a/src/bus-driverd/bus-driverd.c
+++ b/src/bus-driverd/bus-driverd.c
@@ -29,7 +29,6 @@
#include <sys/un.h>
#include <sys/timex.h>
#include <sys/utsname.h>
-#include <unistd.h>
#include "kdbus.h"
#include "sd-bus.h"
diff --git a/src/core/dbus-kill.c b/src/core/dbus-kill.c
index 025945a23..fb29e147c 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"
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index d850b8bdf..eb2d3f14f 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"