summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-03-19 22:45:57 +0000
committerRoy Marples <roy@marples.name>2009-03-19 22:45:57 +0000
commit263e8fdd42025e4c1f3bafbad5fdc85d71eb832c (patch)
tree76aa4dfee15970765199ab36e9ce2a099808e585 /dhcpcd.c
parent048ab309bba81a0c2e5533d4b8137dbb34c01599 (diff)
downloaddhcpcd-263e8fdd42025e4c1f3bafbad5fdc85d71eb832c.tar.xz
Move dhcpf.h into dhcp.h were it belongs
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index 53952259..2c08c8ac 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -59,7 +59,6 @@ const char copyright[] = "Copyright (c) 2006-2009 Roy Marples";
#include "configure.h"
#include "control.h"
#include "dhcpcd.h"
-#include "dhcpf.h"
#include "duid.h"
#include "eloop.h"
#include "if-options.h"