1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00

includes: remove duplicate includes

Found by the new check-includes make target.
This commit is contained in:
Tom Gundersen 2014-02-10 13:06:09 +01:00
parent 3c3e5f4276
commit 36e0e6311b
3 changed files with 0 additions and 3 deletions

View 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"

View 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"

View 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"