diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-19 18:20:12 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:34 +0100 |
commit | cadc27ca0ee20fd312a73751a298c4227e753036 (patch) | |
tree | 3a90217264e90fd658454ef721de0d3b234bc949 /src/mm-iface-modem-3gpp.c | |
parent | 60819197441e191c662f93da2691c4cb1a13385e (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-iface-modem-3gpp.c')
-rw-r--r-- | src/mm-iface-modem-3gpp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mm-iface-modem-3gpp.c b/src/mm-iface-modem-3gpp.c index f24e1a6d..d2777421 100644 --- a/src/mm-iface-modem-3gpp.c +++ b/src/mm-iface-modem-3gpp.c @@ -14,10 +14,7 @@ */ #include <ModemManager.h> - -#include <mm-gdbus-modem.h> -#include <mm-enums-types.h> -#include <mm-errors-types.h> +#include <libmm-common.h> #include "mm-iface-modem.h" #include "mm-iface-modem-3gpp.h" |