chiark / gitweb /
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 b97206600b461a92c925e58a4a9f9c36a4d78a57..7df4b4c9b1c292a47885bb87105eeea69745d8c9 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 025945a23a8e5ed7ac1bd4dbb2379e83e126ce11..fb29e147cbd0910b2f817b1528b5b3a833bd9305 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 d850b8bdf204f736efeafcd41505fd3537762f25..eb2d3f14fe9a3e6ac2e030c7cebb1ce8bdcfb63a 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"