From 2bc697ce32877e2074ea19a8639e256ecfb3233a Mon Sep 17 00:00:00 2001 From: Iñigo Martínez Date: Tue, 1 Mar 2022 08:29:54 +0100 Subject: plugins: Fix port enums includes The `broadmobi`, `dlink`, `telit` and `tplink` plugins include the `mm-port-enums-types.h` header. However, they do not use any symbol defined there. The `huawei` plugin as includes the `mm-port-enums-types.h` header but it does not include the build targets as dependencies. These issues have been fixed by removing the unnecessary includes from `broadmobi`, `dlink`, `telit` and `tplink` plugins and by including the enums build target in the `huawei` target. --- plugins/tplink/mm-plugin-tplink.c | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/tplink/mm-plugin-tplink.c') diff --git a/plugins/tplink/mm-plugin-tplink.c b/plugins/tplink/mm-plugin-tplink.c index 4698ba16..5e8a615e 100644 --- a/plugins/tplink/mm-plugin-tplink.c +++ b/plugins/tplink/mm-plugin-tplink.c @@ -19,7 +19,6 @@ #define _LIBMM_INSIDE_MM #include -#include "mm-port-enums-types.h" #include "mm-log-object.h" #include "mm-plugin-tplink.h" #include "mm-broadband-modem.h" -- cgit v1.2.3-70-g09d2