aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-18 09:44:43 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:52 +0100
commit3b443b6954046cb7cc1c7576a3720af0b987d573 (patch)
treecd0d9cac7e1cf2f1368b3d7900c27dedfcf9e761 /src
parentbcdd376b6bd9443e2a7001230a8189bb243d658a (diff)
libmm-common: fix usage of main library header
Diffstat (limited to 'src')
-rw-r--r--src/mm-iface-modem-location.c1
-rw-r--r--src/mm-iface-modem-simple.c1
2 files changed, 0 insertions, 2 deletions
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"