From 9a3a2abeab8c6a5c53f85db0bbdf94df0344dcf1 Mon Sep 17 00:00:00 2001 From: albfan Date: Sat, 11 Apr 2015 23:29:03 +0200 Subject: [PATCH] remove redundant path on include --- src/dhcp/dhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhcp/dhcp.c b/src/dhcp/dhcp.c index bd6c88c..b44b5c9 100644 --- a/src/dhcp/dhcp.c +++ b/src/dhcp/dhcp.c @@ -63,7 +63,7 @@ #include #include #include -#include "dhcp/gdhcp.h" +#include "gdhcp.h" #include "shl_log.h" static const char *arg_netdev;