includes: remove duplicate includes
authorTom Gundersen <teg@jklm.no>
Mon, 10 Feb 2014 12:06:09 +0000 (13:06 +0100)
committerTom Gundersen <teg@jklm.no>
Mon, 10 Feb 2014 12:06:31 +0000 (13:06 +0100)
Found by the new check-includes make target.

src/bus-driverd/bus-driverd.c
src/core/dbus-kill.c
src/systemctl/systemctl.c

index b972066..7df4b4c 100644 (file)
@@ -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"
index 025945a..fb29e14 100644 (file)
@@ -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"
index d850b8b..eb2d3f1 100644 (file)
@@ -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"