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.
This commit is contained in:
Thomas Haller
2017-11-15 15:26:51 +01:00
parent ecd106101b
commit 3ee8de20c4
14 changed files with 4 additions and 19 deletions

View File

@@ -31,7 +31,6 @@
#include <readline/readline.h>
#include <readline/history.h>
#include "nm-utils/nm-hash-utils.h"
#include "nm-vpn-helpers.h"
#include "nm-client-utils.h"