build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"

We already have "nm-utils*.h" and "NetworkManagerUtils.h" headers. Rename
"include/nm-utils-internal.h" to "nm-macros-internal.h". I think that
name is better, because this file is header-only, internal, and
repository-wide.

Also, it will never contain non-header-only declarations because
there is no backing object file under "include/".
It will only contain macros and inline functions.
This commit is contained in:
Thomas Haller
2015-06-01 13:42:08 +02:00
parent dce00f0d10
commit b8b1a01d96
14 changed files with 16 additions and 16 deletions

View File

@@ -32,7 +32,7 @@
#include "nm-platform.h"
#include "NetworkManagerUtils.h"
#include "gsystem-local-alloc.h"
#include "nm-utils-internal.h"
#include "nm-macros-internal.h"
#define CLIENTID_TAG "send dhcp-client-identifier"