diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-20 16:36:09 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:28:15 +0100 |
commit | 680e292914fd9be1ca155e874b8b41ee4a106709 (patch) | |
tree | 8d3fd323f479a04e3e282c4323cf0d43b3c0c689 /plugins/cinterion/mm-plugin-cinterion.c | |
parent | 4de848de39111f8e836400ba207977ad5b4add5f (diff) |
build: fix header dependencies
We shouldn't depend on any header file from the previous implementation.
Diffstat (limited to 'plugins/cinterion/mm-plugin-cinterion.c')
-rw-r--r-- | plugins/cinterion/mm-plugin-cinterion.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/cinterion/mm-plugin-cinterion.c b/plugins/cinterion/mm-plugin-cinterion.c index 28de08f1..d6aa54cd 100644 --- a/plugins/cinterion/mm-plugin-cinterion.c +++ b/plugins/cinterion/mm-plugin-cinterion.c @@ -24,9 +24,10 @@ #include <string.h> #include <gmodule.h> +#include <libmm-common.h> + #include "mm-plugin-cinterion.h" #include "mm-broadband-modem-cinterion.h" -#include "mm-errors-types.h" #include "mm-log.h" G_DEFINE_TYPE (MMPluginCinterion, mm_plugin_cinterion, MM_TYPE_PLUGIN_BASE) |