diff options
author | Thomas Haller <thaller@redhat.com> | 2015-07-17 14:38:54 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-08-05 15:32:40 +0200 |
commit | 19c3ea948a7c74774621baf62d68cb4826e1b97c (patch) | |
tree | bb6300533ff66d0864b3e91935e3320786d2850e /include | |
parent | 9ac57182ca2a551f2c7dafa331b8daf74dc78e1c (diff) | |
download | NetworkManager-19c3ea948a7c74774621baf62d68cb4826e1b97c.tar.gz |
all: make use of new header file "nm-default.h"
Diffstat (limited to 'include')
-rw-r--r-- | include/nm-macros-internal.h | 2 | ||||
-rw-r--r-- | include/nm-test-utils.h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/include/nm-macros-internal.h b/include/nm-macros-internal.h index 9d1beabb56..a98ced7606 100644 --- a/include/nm-macros-internal.h +++ b/include/nm-macros-internal.h @@ -22,7 +22,7 @@ #ifndef __NM_MACROS_INTERNAL_H__ #define __NM_MACROS_INTERNAL_H__ -#include "nm-glib.h" +#include "nm-default.h" /********************************************************/ diff --git a/include/nm-test-utils.h b/include/nm-test-utils.h index 2c60e98f4b..a8f64b437f 100644 --- a/include/nm-test-utils.h +++ b/include/nm-test-utils.h @@ -89,10 +89,9 @@ #include <string.h> #include <errno.h> -#include "nm-glib.h" +#include "nm-default.h" #include "nm-utils.h" #include "nm-macros-internal.h" -#include "gsystem-local-alloc.h" #ifdef __NETWORKMANAGER_LOGGING_H__ /* We are running tests under src/. Let's include some files by default. |