mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-11 07:10:36 +01:00
all: don't explicitly include <glib-unix.h>
We get it now always by "nm-macros-internal.h".
This commit is contained in:
parent
570bb6fe76
commit
70e5d8e5bd
7 changed files with 0 additions and 8 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
#include "src/core/nm-default-daemon.h"
|
||||
|
||||
#include <glib-unix.h>
|
||||
|
||||
#include "devices/bluetooth/nm-bluez5-dun.h"
|
||||
|
||||
#include "nm-test-utils-core.h"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
#include <locale.h>
|
||||
|
||||
#include <glib/gstdio.h>
|
||||
#include <glib-unix.h>
|
||||
|
||||
#include "main-utils.h"
|
||||
#include "NetworkManagerUtils.h"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
#include <curl/curl.h>
|
||||
#endif
|
||||
#include <linux/rtnetlink.h>
|
||||
#include <glib-unix.h>
|
||||
|
||||
#include "c-list/src/c-list.h"
|
||||
#include "libnm-core-intern/nm-core-internal.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
#include "src/core/nm-default-daemon.h"
|
||||
|
||||
#include <glib-unix.h>
|
||||
#include <getopt.h>
|
||||
#include <locale.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
#include <poll.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <glib-unix.h>
|
||||
#include <net/if.h>
|
||||
#include <net/ethernet.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <glib-unix.h>
|
||||
|
||||
#include "libnm-core-aux-extern/nm-dispatcher-api.h"
|
||||
#include "nm-dispatcher-utils.h"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <locale.h>
|
||||
#include <glib-unix.h>
|
||||
#include <readline/readline.h>
|
||||
#include <readline/history.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue