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-common/libmm-common.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-common/libmm-common.h')
-rw-r--r-- | libmm-common/libmm-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-common/libmm-common.h b/libmm-common/libmm-common.h index 819c2b73..7e266f37 100644 --- a/libmm-common/libmm-common.h +++ b/libmm-common/libmm-common.h @@ -28,7 +28,7 @@ #include "mm-common-helpers.h" #include "mm-common-simple-properties.h" #include "mm-common-connect-properties.h" -#include "mm-common-sms-properties.h" +#include "mm-sms-properties.h" #include "mm-common-bearer-properties.h" #include "mm-common-bearer-ip-config.h" #include "mm-common-location-3gpp.h" |