From: Gabor Juhos Date: Tue, 10 Sep 2013 14:56:11 +0000 (+0200) Subject: coldplug: remove duplicated include X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fprocd.git;a=commitdiff_plain;h=b803c65259b426a2b2ba14d342bec4de598734b8 coldplug: remove duplicated include The unistd.h header is inluded twice. Signed-off-by: Gabor Juhos --- diff --git a/coldplug.c b/coldplug.c index b8c0eaf..71b09f0 100644 --- a/coldplug.c +++ b/coldplug.c @@ -17,7 +17,6 @@ #include #include -#include #include "procd.h" #include "hotplug.h"