aboutsummaryrefslogtreecommitdiff
path: root/src/mm-sim.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-19 18:20:12 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:34 +0100
commitcadc27ca0ee20fd312a73751a298c4227e753036 (patch)
tree3a90217264e90fd658454ef721de0d3b234bc949 /src/mm-sim.c
parent60819197441e191c662f93da2691c4cb1a13385e (diff)
core,libmm-glib: include ony `libmm-common.h'
Don't include one by one all the headers from libmm-common, just include the global `libmm-common.h' which includes all the others.
Diffstat (limited to 'src/mm-sim.c')
-rw-r--r--src/mm-sim.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mm-sim.c b/src/mm-sim.c
index aa063c9b..16d5fc19 100644
--- a/src/mm-sim.c
+++ b/src/mm-sim.c
@@ -23,11 +23,7 @@
#include <ctype.h>
#include <ModemManager.h>
-
-#include <mm-enums-types.h>
-#include <mm-errors-types.h>
-#include <mm-gdbus-sim.h>
-#include <mm-marshal.h>
+#include <libmm-common.h>
#include "mm-iface-modem.h"
#include "mm-sim.h"