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 /libnm-util/tests/test-libnm-linking.c | |
parent | 9ac57182ca2a551f2c7dafa331b8daf74dc78e1c (diff) |
all: make use of new header file "nm-default.h"
Diffstat (limited to 'libnm-util/tests/test-libnm-linking.c')
-rw-r--r-- | libnm-util/tests/test-libnm-linking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/tests/test-libnm-linking.c b/libnm-util/tests/test-libnm-linking.c index 66a483141..a24498f82 100644 --- a/libnm-util/tests/test-libnm-linking.c +++ b/libnm-util/tests/test-libnm-linking.c @@ -23,7 +23,7 @@ #include <nm-utils.h> -#include "nm-glib.h" +#include "nm-default.h" extern GType nm_state_get_type (void); |