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/option/mm-plugin-option.c | |
parent | 4de848de39111f8e836400ba207977ad5b4add5f (diff) |
build: fix header dependencies
We shouldn't depend on any header file from the previous implementation.
Diffstat (limited to 'plugins/option/mm-plugin-option.c')
-rw-r--r-- | plugins/option/mm-plugin-option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/option/mm-plugin-option.c b/plugins/option/mm-plugin-option.c index 4b0561fd..24aed6c0 100644 --- a/plugins/option/mm-plugin-option.c +++ b/plugins/option/mm-plugin-option.c @@ -18,7 +18,7 @@ #include <string.h> #include <gmodule.h> -#include <mm-errors-types.h> +#include <libmm-common.h> #include "mm-private-boxed-types.h" #include "mm-plugin-option.h" |