summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-vlan.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-05-07 16:18:19 -0400
committerDan Winship <danw@gnome.org>2013-05-20 16:38:34 -0300
commit38459f5a0051040d73910deaa65be57167d384e8 (patch)
tree19cf8b856e8f1269b2d44c5ae303c1707a09b6dd /src/devices/nm-device-vlan.h
parent82222d38986aaaf5534146d966a2ffdd2b514b32 (diff)
downloadNetworkManager-38459f5a0051040d73910deaa65be57167d384e8.tar.gz
core: remove NMDeviceWired
With carrier handling moved to NMDevice, the only thing left in NMDeviceWired was speed, which was actually ethernet-specific anyway. So move that to NMDeviceEthernet, and then kill NMDeviceWired.
Diffstat (limited to 'src/devices/nm-device-vlan.h')
-rw-r--r--src/devices/nm-device-vlan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device-vlan.h b/src/devices/nm-device-vlan.h
index c5c5317330..faa60af360 100644
--- a/src/devices/nm-device-vlan.h
+++ b/src/devices/nm-device-vlan.h
@@ -23,7 +23,7 @@
#include <glib-object.h>
-#include "nm-device-wired.h"
+#include "nm-device.h"
G_BEGIN_DECLS