summaryrefslogtreecommitdiff
path: root/clients/cli/nmcli.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-11-15 15:26:51 +0100
committerThomas Haller <thaller@redhat.com>2017-11-16 11:49:51 +0100
commit3ee8de20c452955b30c28d4c5080a976d77f507c (patch)
treed3160b63d887d631f57aacc88029f88367b26a28 /clients/cli/nmcli.c
parentecd106101bcdd9ac56aac8765bf828f7137cc7e3 (diff)
downloadNetworkManager-3ee8de20c452955b30c28d4c5080a976d77f507c.tar.gz
all: include "nm-utils/nm-hash-utils.h" by default
Next we will use siphash24() instead of the glib version g_direct_hash() or g_str_hash(). Hence, the "nm-utils/nm-hash-utils.h" header becomes very fundamental and will be needed basically everywhere. Instead of requiring the users to include them, let it be included via "nm-default.h" header.
Diffstat (limited to 'clients/cli/nmcli.c')
-rw-r--r--clients/cli/nmcli.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/clients/cli/nmcli.c b/clients/cli/nmcli.c
index ee621ca3bb..b0b31261c0 100644
--- a/clients/cli/nmcli.c
+++ b/clients/cli/nmcli.c
@@ -36,8 +36,6 @@
#include "nm-client-utils.h"
-#include "nm-utils/nm-hash-utils.h"
-
#include "polkit-agent.h"
#include "utils.h"
#include "common.h"