mirror of
https://github.com/systemd/systemd.git
synced 2025-02-04 21:47:31 +03:00
Remove duplicate includes
This commit is contained in:
parent
05d3a17623
commit
4561be3a64
@ -24,7 +24,6 @@
|
||||
#include "fileio.h"
|
||||
#include "libudev.h"
|
||||
#include "udev-util.h"
|
||||
#include "util.h"
|
||||
|
||||
static struct udev_device *find_pci_or_platform_parent(struct udev_device *device) {
|
||||
struct udev_device *parent;
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <sys/reboot.h>
|
||||
#include <linux/reboot.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/syscall.h>
|
||||
|
@ -48,7 +48,6 @@
|
||||
#include "fileio.h"
|
||||
#include "build.h"
|
||||
#include "pager.h"
|
||||
#include "logs-show.h"
|
||||
#include "strv.h"
|
||||
#include "journal-internal.h"
|
||||
#include "journal-def.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <stdbool.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "libudev.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "util.h"
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include <limits.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "ifconf.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
***/
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <malloc.h>
|
||||
#include <sys/socket.h>
|
||||
|
@ -41,7 +41,6 @@
|
||||
#include <stdarg.h>
|
||||
#include <sys/inotify.h>
|
||||
#include <sys/poll.h>
|
||||
#include <libgen.h>
|
||||
#include <ctype.h>
|
||||
#include <sys/prctl.h>
|
||||
#include <sys/utsname.h>
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "log.h"
|
||||
#include "strv.h"
|
||||
#include "util.h"
|
||||
#include "strv.h"
|
||||
#include "hashmap.h"
|
||||
#include "path-util.h"
|
||||
#include "conf-files.h"
|
||||
|
@ -65,7 +65,6 @@
|
||||
#include "spawn-polkit-agent.h"
|
||||
#include "install.h"
|
||||
#include "logs-show.h"
|
||||
#include "path-util.h"
|
||||
#include "socket-util.h"
|
||||
#include "fileio.h"
|
||||
#include "bus-util.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include "mtd_probe.h"
|
||||
|
||||
static const uint8_t cis_signature[] = {
|
||||
|
@ -18,11 +18,7 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <getopt.h>
|
||||
#include <sys/types.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user