summaryrefslogtreecommitdiff
path: root/src/dhcp-manager/nm-dhcp-client.h
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/dhcp-manager/nm-dhcp-client.h
parent9ac57182ca2a551f2c7dafa331b8daf74dc78e1c (diff)
downloadNetworkManager-19c3ea948a7c74774621baf62d68cb4826e1b97c.tar.gz
all: make use of new header file "nm-default.h"
Diffstat (limited to 'src/dhcp-manager/nm-dhcp-client.h')
-rw-r--r--src/dhcp-manager/nm-dhcp-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcp-manager/nm-dhcp-client.h b/src/dhcp-manager/nm-dhcp-client.h
index b5f30c5ed7..6e6e0fe89d 100644
--- a/src/dhcp-manager/nm-dhcp-client.h
+++ b/src/dhcp-manager/nm-dhcp-client.h
@@ -24,7 +24,7 @@
#include <nm-ip4-config.h>
#include <nm-ip6-config.h>
-#include "nm-glib.h"
+#include "nm-default.h"
#define NM_TYPE_DHCP_CLIENT (nm_dhcp_client_get_type ())
#define NM_DHCP_CLIENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_DHCP_CLIENT, NMDhcpClient))