summaryrefslogtreecommitdiff
path: root/src/nm-dcb.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-07-17 14:38:54 +0200
committerThomas Haller <thaller@redhat.com>2015-08-05 15:32:40 +0200
commit19c3ea948a7c74774621baf62d68cb4826e1b97c (patch)
treebb6300533ff66d0864b3e91935e3320786d2850e /src/nm-dcb.c
parent9ac57182ca2a551f2c7dafa331b8daf74dc78e1c (diff)
downloadNetworkManager-19c3ea948a7c74774621baf62d68cb4826e1b97c.tar.gz
all: make use of new header file "nm-default.h"
Diffstat (limited to 'src/nm-dcb.c')
-rw-r--r--src/nm-dcb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nm-dcb.c b/src/nm-dcb.c
index b5a1346274..109e56e549 100644
--- a/src/nm-dcb.c
+++ b/src/nm-dcb.c
@@ -23,11 +23,10 @@
#include <sys/wait.h>
#include <string.h>
-#include "nm-glib.h"
+#include "nm-default.h"
#include "nm-dcb.h"
#include "nm-platform.h"
#include "NetworkManagerUtils.h"
-#include "nm-logging.h"
static const char *helper_names[] = { "dcbtool", "fcoeadm" };