diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-01 12:14:44 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:19 +0100 |
commit | d306bb082f1237f6437e05b7a166df91f46655fb (patch) | |
tree | a74e7ab343afa56318429fe3384f3b171bf5a3ff /libmm-common/libmm-common.h | |
parent | 323df60ed92d66e985a36a12fb334a0cca9bd1ea (diff) |
libmm-common: `MMBearerProperties' won't be considered internal any more
Renamed `MMCommonBearerProperties' to `MMBearerProperties', and removed the
`MMBearerProperties' 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 f53d2bcf..3d3a372a 100644 --- a/libmm-common/libmm-common.h +++ b/libmm-common/libmm-common.h @@ -29,7 +29,7 @@ #include "mm-common-simple-properties.h" #include "mm-common-connect-properties.h" #include "mm-sms-properties.h" -#include "mm-common-bearer-properties.h" +#include "mm-bearer-properties.h" #include "mm-bearer-ip-config.h" #include "mm-common-location-3gpp.h" #include "mm-unlock-retries.h" |