diff options
author | Thomas Haller <thaller@redhat.com> | 2016-10-22 13:54:59 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-10-22 17:16:17 +0200 |
commit | 002f17c25d831f574a78d3e6085b552586d88077 (patch) | |
tree | fd712374c471ed346b1e1baa0f2b8fd7db777d0f /src/devices/team/nm-device-team.c | |
parent | 3bbc55fd9c0bf71ca611c8101defeb4db0c70f8e (diff) | |
download | NetworkManager-002f17c25d831f574a78d3e6085b552586d88077.tar.gz |
src: drop generated nm-src-enum-types.h
We only needed proper glib enum types for having properties
and signal arguments. These got all converted to plain int,
so no longer generate such an enum type.
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 ff3a6f0b26..c2654b7bf9 100644 --- a/src/devices/team/nm-device-team.c +++ b/src/devices/team/nm-device-team.c @@ -32,7 +32,6 @@ #include "NetworkManagerUtils.h" #include "nm-device-private.h" #include "nm-platform.h" -#include "nm-src-enum-types.h" #include "nm-core-internal.h" #include "nm-ip4-config.h" #include "nm-dbus-compat.h" |