platform/tests: cleanup includes

This commit is contained in:
Thomas Haller
2016-04-07 12:06:04 +02:00
parent 56753ee41f
commit 93c81a809d
2 changed files with 0 additions and 3 deletions

View File

@@ -27,8 +27,6 @@
#include "test-common.h" #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_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 #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

View File

@@ -4,7 +4,6 @@
#include <string.h> #include <string.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include "nm-default.h"
#include "nm-platform.h" #include "nm-platform.h"
#include "nm-fake-platform.h" #include "nm-fake-platform.h"
#include "nm-linux-platform.h" #include "nm-linux-platform.h"