aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-11-20 15:07:45 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-11-20 15:17:09 +0100
commit5e7fee1d116f69fbee0b984e11c39f1f9c5277f3 (patch)
treec081fa20716a4da228090e82561deab823966997 /src/mm-plugin.c
parentfe744b4534a3190112e8dbd0f0131ebcf34f3643 (diff)
build: use 'g_cclosure_marshal_generic' by default
Avoid custom marshalers, and just use libffi-based 'g_cclosure_marshal_generic'.
Diffstat (limited to 'src/mm-plugin.c')
-rw-r--r--src/mm-plugin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-plugin.c b/src/mm-plugin.c
index 7318985e..1d8bc835 100644
--- a/src/mm-plugin.c
+++ b/src/mm-plugin.c
@@ -33,7 +33,6 @@
#include "mm-at-serial-port.h"
#include "mm-qcdm-serial-port.h"
#include "mm-serial-parsers.h"
-#include "mm-marshal.h"
#include "mm-private-boxed-types.h"
#include "mm-log.h"
#include "mm-daemon-enums-types.h"