diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-01 13:17:12 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:20 +0100 |
commit | cd63df938f4fdf3fb656f715745608a9318d1c74 (patch) | |
tree | c58cdb827c5535fe1505799f838d76b108b72fac /libmm-common/libmm-common.h | |
parent | bb352d5da30413e70a71d14acb952b7bedfe6f99 (diff) |
libmm-common: `MMSimpleStatus' won't be considered internal any more
Renamed `MMCommonSimpleProperties' to `MMSimpleStatus', and removed the
`MMSimpleStatusProperties' 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 743ad6ec..0499f4b7 100644 --- a/libmm-common/libmm-common.h +++ b/libmm-common/libmm-common.h @@ -26,7 +26,7 @@ #include "mm-errors-types.h" #include "mm-enums-types.h" #include "mm-common-helpers.h" -#include "mm-common-simple-properties.h" +#include "mm-simple-status.h" #include "mm-simple-connect-properties.h" #include "mm-sms-properties.h" #include "mm-bearer-properties.h" |