diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-18 09:44:43 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:52 +0100 |
commit | 3b443b6954046cb7cc1c7576a3720af0b987d573 (patch) | |
tree | cd0d9cac7e1cf2f1368b3d7900c27dedfcf9e761 | |
parent | bcdd376b6bd9443e2a7001230a8189bb243d658a (diff) |
libmm-common: fix usage of main library header
-rw-r--r-- | libmm-common/libmm-common.h | 1 | ||||
-rw-r--r-- | src/mm-iface-modem-location.c | 1 | ||||
-rw-r--r-- | src/mm-iface-modem-simple.c | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/libmm-common/libmm-common.h b/libmm-common/libmm-common.h index bee780ea..8ff6b409 100644 --- a/libmm-common/libmm-common.h +++ b/libmm-common/libmm-common.h @@ -29,6 +29,7 @@ #include "mm-common-simple-properties.h" #include "mm-common-connect-properties.h" #include "mm-common-bearer-properties.h" +#include "mm-common-location-3gpp.h" #include "mm-gdbus-manager.h" #include "mm-gdbus-modem.h" #include "mm-gdbus-bearer.h" diff --git a/src/mm-iface-modem-location.c b/src/mm-iface-modem-location.c index 96af97e3..7f6155a7 100644 --- a/src/mm-iface-modem-location.c +++ b/src/mm-iface-modem-location.c @@ -18,7 +18,6 @@ #include "mm-iface-modem.h" #include "mm-iface-modem-location.h" -#include "mm-common-location-3gpp.h" #include "mm-log.h" #define LOCATION_CONTEXT_TAG "location-context-tag" diff --git a/src/mm-iface-modem-simple.c b/src/mm-iface-modem-simple.c index 65e9356e..3e3a9153 100644 --- a/src/mm-iface-modem-simple.c +++ b/src/mm-iface-modem-simple.c @@ -18,7 +18,6 @@ #include <ModemManager.h> #include <libmm-common.h> -#include "mm-common-simple-properties.h" #include "mm-bearer-list.h" #include "mm-sim.h" #include "mm-error-helpers.h" |