diff options
author | Thomas Haller <thaller@redhat.com> | 2015-10-05 14:09:14 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-10-05 15:01:38 +0200 |
commit | 9358588a2ac8069be5f43e967b55b51888736d29 (patch) | |
tree | 8692c73abbbdd429edfc8dfc4a6c106eb4dd1a4f /src/devices/team/nm-device-team.c | |
parent | bb9d4b0ad120af2b66436caa65ff5093e6ad754a (diff) | |
download | NetworkManager-9358588a2ac8069be5f43e967b55b51888736d29.tar.gz |
build: drop generating empty nm-*-enum-types for device plugins
The device plugins adsl, team and wifi were generating empty
"nm-*-enum-types" header and source files.
Diffstat (limited to 'src/devices/team/nm-device-team.c')
-rw-r--r-- | src/devices/team/nm-device-team.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/team/nm-device-team.c b/src/devices/team/nm-device-team.c index f20d0922f8..a6679e422e 100644 --- a/src/devices/team/nm-device-team.c +++ b/src/devices/team/nm-device-team.c @@ -33,7 +33,6 @@ #include "nm-device-private.h" #include "nm-platform.h" #include "nm-enum-types.h" -#include "nm-team-enum-types.h" #include "nm-core-internal.h" #include "nm-ip4-config.h" #include "nm-dbus-compat.h" |