libmm-glib: don't include internal header from public header
This broke gnome-control-center in gnome-ostree. It should be included in the C file where stuff from the private header is actually used.
This commit is contained in:

committed by
Dan Williams

parent
0d96662a0a
commit
f7776a3784
@@ -26,6 +26,7 @@
|
||||
#include "mm-helpers.h"
|
||||
#include "mm-errors-types.h"
|
||||
#include "mm-modem-oma.h"
|
||||
#include "mm-common-helpers.h"
|
||||
|
||||
/**
|
||||
* SECTION: mm-modem-oma
|
||||
|
@@ -30,7 +30,6 @@
|
||||
#include <ModemManager.h>
|
||||
|
||||
#include "mm-helper-types.h"
|
||||
#include "mm-common-helpers.h"
|
||||
#include "mm-gdbus-modem.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
Reference in New Issue
Block a user