build: fix header dependencies

We shouldn't depend on any header file from the previous implementation.
This commit is contained in:
Aleksander Morgado
2012-02-20 16:36:09 +01:00
parent 4de848de39
commit 680e292914
11 changed files with 12 additions and 10 deletions

View File

@@ -23,10 +23,11 @@
#include <mm-gdbus-modem.h>
#include "mm-auth-request.h"
#include "mm-auth-provider.h"
#include "mm-port.h"
#include "mm-at-serial-port.h"
#include "mm-qcdm-serial-port.h"
#include "mm-modem.h"
#define MM_TYPE_BASE_MODEM (mm_base_modem_get_type ())
#define MM_BASE_MODEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_BASE_MODEM, MMBaseModem))