diff options
author | Thomas Haller <thaller@redhat.com> | 2018-01-08 12:37:46 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-01-08 12:38:54 +0100 |
commit | 52baa8c52bc1fe5bdbdcee57e0f84c704b9f5591 (patch) | |
tree | c23f99bdb1f81c6760988b8021553639cd88ab7e /clients/tui/nm-editor-bindings.h | |
parent | 25ade3975236e99092bbad660d7d4976bc6d5a45 (diff) | |
download | NetworkManager-52baa8c52bc1fe5bdbdcee57e0f84c704b9f5591.tar.gz |
clients: drop redundant #include "NetworkManager.h"
This header is already included by "nm-default.h".
Diffstat (limited to 'clients/tui/nm-editor-bindings.h')
-rw-r--r-- | clients/tui/nm-editor-bindings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clients/tui/nm-editor-bindings.h b/clients/tui/nm-editor-bindings.h index facbf1c604..72bd91e32d 100644 --- a/clients/tui/nm-editor-bindings.h +++ b/clients/tui/nm-editor-bindings.h @@ -19,8 +19,6 @@ #ifndef NM_EDITOR_BINDINGS_H #define NM_EDITOR_BINDINGS_H -#include "NetworkManager.h" - void nm_editor_bindings_init (void); void nm_editor_bind_ip_addresses_with_prefix_to_strv (int family, |