diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-14 14:11:05 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:15:07 +0100 |
commit | 64542961a3efac67992fa4d07dbcdde7af0918f0 (patch) | |
tree | c76688747cb46bccf37e535d2172b86ce17db4fe /plugins/mm-plugin-iridium.h | |
parent | c8f525ee47fcdf70283043141ea2d1ece31d247b (diff) |
iridium: start porting the Iridium plugin to the '06-api' codebase
Diffstat (limited to 'plugins/mm-plugin-iridium.h')
-rw-r--r-- | plugins/mm-plugin-iridium.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/mm-plugin-iridium.h b/plugins/mm-plugin-iridium.h index 696b3a2d..20706da7 100644 --- a/plugins/mm-plugin-iridium.h +++ b/plugins/mm-plugin-iridium.h @@ -16,7 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * Copyright (C) 2011 Ammonit Measurement GmbH + * Copyright (C) 2011 - 2012 Ammonit Measurement GmbH * Author: Aleksander Morgado <aleksander@lanedo.com> */ @@ -24,7 +24,6 @@ #define MM_PLUGIN_IRIDIUM_H #include "mm-plugin-base.h" -#include "mm-generic-gsm.h" #define MM_TYPE_PLUGIN_IRIDIUM (mm_plugin_iridium_get_type ()) #define MM_PLUGIN_IRIDIUM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_PLUGIN_IRIDIUM, MMPluginIridium)) |