diff options
Diffstat (limited to 'libnm/nm-device-team.c')
| -rw-r--r-- | libnm/nm-device-team.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libnm/nm-device-team.c b/libnm/nm-device-team.c index cff1d718..c38c58c1 100644 --- a/libnm/nm-device-team.c +++ b/libnm/nm-device-team.c @@ -21,14 +21,12 @@ #include "config.h" #include <string.h> -#include <glib/gi18n-lib.h> - -#include "nm-glib-compat.h" #include <nm-setting-connection.h> #include <nm-setting-team.h> #include <nm-utils.h> +#include "nm-default.h" #include "nm-device-team.h" #include "nm-device-private.h" #include "nm-object-private.h" |