summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-modem.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-05-06 13:37:25 -0400
committerDan Winship <danw@gnome.org>2013-05-08 14:59:29 -0400
commitd529580cbb62024c74d9b955e118d856c7b19b77 (patch)
tree9edb42ffec3b4cf83577a2fa19caef7b9e319f5f /libnm-glib/nm-device-modem.c
parentec0a66861ecd3778a14e610c5fc3b42b499ffea6 (diff)
downloadNetworkManager-d529580cbb62024c74d9b955e118d856c7b19b77.tar.gz
libnm-glib, core: use g_cclosure_marshal_generic
Since we depend on new glib now, we can just use the generic marshaller rather than generating our own.
Diffstat (limited to 'libnm-glib/nm-device-modem.c')
-rw-r--r--libnm-glib/nm-device-modem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm-glib/nm-device-modem.c b/libnm-glib/nm-device-modem.c
index d7f48ce616..f2407352f0 100644
--- a/libnm-glib/nm-device-modem.c
+++ b/libnm-glib/nm-device-modem.c
@@ -33,7 +33,6 @@
#include "nm-device-modem.h"
#include "nm-device-private.h"
#include "nm-object-private.h"
-#include "nm-glib-marshal.h"
G_DEFINE_TYPE (NMDeviceModem, nm_device_modem, NM_TYPE_DEVICE)