platform: drop unnecessary #include from platform code

This commit is contained in:
Thomas Haller 2021-03-02 21:05:11 +01:00
parent 901a7ecbdd
commit a0662c05a3
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
6 changed files with 0 additions and 11 deletions

View file

@ -17,9 +17,7 @@
#include "libnm-platform/nm-netlink.h"
#include "nm-wifi-utils-private.h"
#include "platform/nm-platform.h"
#include "libnm-platform/nm-platform-utils.h"
#include "nm-utils.h"
#define _NMLOG_PREFIX_NAME "wifi-nl80211"
#define _NMLOG_DOMAIN LOGD_PLATFORM | LOGD_WIFI

View file

@ -6,7 +6,6 @@
#ifndef __WIFI_UTILS_PRIVATE_H__
#define __WIFI_UTILS_PRIVATE_H__
#include "nm-dbus-interface.h"
#include "nm-wifi-utils.h"
typedef struct {

View file

@ -22,10 +22,7 @@
#include <linux/wireless.h>
#include "nm-wifi-utils-private.h"
#include "nm-utils.h"
#include "libnm-platform/nm-platform-utils.h"
#include "libnm-core-intern/nm-core-internal.h"
#include "nm-core-utils.h"
typedef struct {
NMWifiUtils parent;

View file

@ -17,8 +17,6 @@
#if HAVE_WEXT
#include "nm-wifi-utils-wext.h"
#endif
#include "nm-core-utils.h"
#include "libnm-platform/nm-platform-utils.h"
G_DEFINE_ABSTRACT_TYPE(NMWifiUtils, nm_wifi_utils, G_TYPE_OBJECT)

View file

@ -9,8 +9,6 @@
#include <net/ethernet.h>
#include "nm-dbus-interface.h"
#include "nm-setting-wireless.h"
#include "libnm-platform/nm-netlink.h"
#include "libnm-base/nm-base.h"

View file

@ -8,7 +8,6 @@
#include <net/ethernet.h>
#include "nm-dbus-interface.h"
#include "libnm-platform/nm-netlink.h"
typedef struct NMWpanUtils NMWpanUtils;