platform/tests: cleanup includes
This commit is contained in:
@@ -27,8 +27,6 @@
|
||||
|
||||
#include "test-common.h"
|
||||
|
||||
#include "nm-test-utils.h"
|
||||
|
||||
#define SIGNAL_DATA_FMT "'%s-%s' ifindex %d%s%s%s (%d times received)"
|
||||
#define SIGNAL_DATA_ARG(data) (data)->name, nm_platform_signal_change_type_to_string ((data)->change_type), (data)->ifindex, (data)->ifname ? " ifname '" : "", (data)->ifname ? (data)->ifname : "", (data)->ifname ? "'" : "", (data)->received_count
|
||||
|
||||
|
@@ -4,7 +4,6 @@
|
||||
#include <string.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "nm-default.h"
|
||||
#include "nm-platform.h"
|
||||
#include "nm-fake-platform.h"
|
||||
#include "nm-linux-platform.h"
|
||||
|
Reference in New Issue
Block a user