diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2022-03-01 08:29:54 +0100 |
---|---|---|
committer | Iñigo Martínez <inigomartinez@gmail.com> | 2022-03-01 09:24:37 +0100 |
commit | 2bc697ce32877e2074ea19a8639e256ecfb3233a (patch) | |
tree | 56ba768108ecaf968c8c3d79d0887d265f743428 /plugins/tplink/mm-plugin-tplink.c | |
parent | 17dca109ddbb724b21c3d2f9ef223bde4e5dffbc (diff) |
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.
Diffstat (limited to 'plugins/tplink/mm-plugin-tplink.c')
-rw-r--r-- | plugins/tplink/mm-plugin-tplink.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <libmm-glib.h> -#include "mm-port-enums-types.h" #include "mm-log-object.h" #include "mm-plugin-tplink.h" #include "mm-broadband-modem.h" |