diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-01 11:11:28 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:19 +0100 |
commit | ef9fb0bfacac348c5bab35a3a99d52270e510d99 (patch) | |
tree | 770ed4088a84a885b53412bd4b970371b7e2f394 /libmm-glib/mm-sms.h | |
parent | 3ccc78e8588acec9632863d30e310cdc76ad8598 (diff) |
libmm-common: `MMSmsProperties' won't be considered internal any more
Renamed `MMCommonSmsProperties' to `MMSmsProperties', and removed the
`MMSmsProperties' provided in libmm-glib. We'll just use the original one
from libmm-common always.
Diffstat (limited to 'libmm-glib/mm-sms.h')
-rw-r--r-- | libmm-glib/mm-sms.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmm-glib/mm-sms.h b/libmm-glib/mm-sms.h index 09e256ba..7d836909 100644 --- a/libmm-glib/mm-sms.h +++ b/libmm-glib/mm-sms.h @@ -26,8 +26,6 @@ #include <ModemManager.h> #include <libmm-common.h> -#include "mm-sms-properties.h" - G_BEGIN_DECLS typedef MmGdbusSms MMSms; |