mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-13 13:17:43 +03:00
includes: remove duplicate includes
Found by the new check-includes make target.
This commit is contained in:
parent
3c3e5f4276
commit
36e0e6311b
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user