mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 06:00:32 +01:00
all: include "nm-utils/nm-errno.h" via "nm-default.h"
This commit is contained in:
parent
e1ca3bf7ed
commit
737ab51472
8 changed files with 1 additions and 8 deletions
|
|
@ -292,6 +292,7 @@ _nm_g_return_if_fail_warning (const char *log_domain,
|
|||
|
||||
#include "nm-utils/nm-macros-internal.h"
|
||||
#include "nm-utils/nm-shared-utils.h"
|
||||
#include "nm-utils/nm-errno.h"
|
||||
|
||||
#if (NETWORKMANAGER_COMPILATION) & NM_NETWORKMANAGER_COMPILATION_WITH_LIBNM_UTIL
|
||||
/* no hash-utils in legacy code. */
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
#include "NetworkManagerUtils.h"
|
||||
#include "platform/nm-platform.h"
|
||||
#include "platform/nmp-netns.h"
|
||||
#include "nm-utils/nm-errno.h"
|
||||
|
||||
#define _NMLOG_PREFIX_NAME "ndisc-lndp"
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@
|
|||
#include "nm-core-internal.h"
|
||||
#include "nm-setting-vlan.h"
|
||||
|
||||
#include "nm-utils/nm-errno.h"
|
||||
#include "nm-utils/nm-secret-utils.h"
|
||||
#include "nm-netlink.h"
|
||||
#include "nm-core-utils.h"
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@
|
|||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "nm-utils/nm-errno.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#ifndef SOL_NETLINK
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@
|
|||
#include "nm-core-internal.h"
|
||||
#include "nm-utils/nm-dedup-multi.h"
|
||||
#include "nm-utils/nm-udev-utils.h"
|
||||
#include "nm-utils/nm-errno.h"
|
||||
|
||||
#include "nm-core-utils.h"
|
||||
#include "nm-platform-utils.h"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
#include "nm-setting-wired.h"
|
||||
#include "nm-setting-wireless.h"
|
||||
#include "nm-setting-ip-tunnel.h"
|
||||
#include "nm-utils/nm-errno.h"
|
||||
|
||||
#define NM_TYPE_PLATFORM (nm_platform_get_type ())
|
||||
#define NM_PLATFORM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_PLATFORM, NMPlatform))
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
#include <linux/nl80211.h>
|
||||
#include <linux/if.h>
|
||||
|
||||
#include "nm-utils/nm-errno.h"
|
||||
#include "platform/nm-netlink.h"
|
||||
#include "nm-wifi-utils-private.h"
|
||||
#include "platform/nm-platform.h"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include <linux/if.h>
|
||||
|
||||
#include "nm-utils/nm-errno.h"
|
||||
#include "platform/linux/nl802154.h"
|
||||
#include "platform/nm-netlink.h"
|
||||
#include "platform/nm-platform-utils.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue