all: include "nm-utils/nm-errno.h" via "nm-default.h"

This commit is contained in:
Thomas Haller 2019-01-31 17:17:10 +01:00
parent e1ca3bf7ed
commit 737ab51472
8 changed files with 1 additions and 8 deletions

View file

@ -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. */

View file

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

View file

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

View file

@ -25,8 +25,6 @@
#include <unistd.h>
#include <fcntl.h>
#include "nm-utils/nm-errno.h"
/*****************************************************************************/
#ifndef SOL_NETLINK

View file

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

View file

@ -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))

View file

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

View file

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