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.h | |
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.h')
-rw-r--r-- | plugins/option/mm-plugin-option.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/option/mm-plugin-option.h b/plugins/option/mm-plugin-option.h index 3d096c62..5792c78d 100644 --- a/plugins/option/mm-plugin-option.h +++ b/plugins/option/mm-plugin-option.h @@ -19,7 +19,6 @@ #define MM_PLUGIN_OPTION_H #include "mm-plugin-base.h" -#include "mm-generic-gsm.h" #define MM_TYPE_PLUGIN_OPTION (mm_plugin_option_get_type ()) #define MM_PLUGIN_OPTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_PLUGIN_OPTION, MMPluginOption)) |