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-bearer-list.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-bearer-list.c')
-rw-r--r-- | src/mm-bearer-list.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mm-bearer-list.c b/src/mm-bearer-list.c index eae7e7c6..7e972535 100644 --- a/src/mm-bearer-list.c +++ b/src/mm-bearer-list.c @@ -23,9 +23,7 @@ #include <ctype.h> #include <ModemManager.h> - -#include <mm-enums-types.h> -#include <mm-errors-types.h> +#include <libmm-common.h> #include "mm-bearer-list.h" #include "mm-utils.h" |