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:
Colin Walters
2013-09-10 08:40:17 -04:00
committed by Dan Williams
parent 0d96662a0a
commit f7776a3784
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -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