summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-10 16:56:11 +0200
committerJohn Crispin <blogic@openwrt.org>2013-09-13 17:37:26 +0200
commitb803c65259b426a2b2ba14d342bec4de598734b8 (patch)
tree26602ace7c3d4c394008faac0b82406941a333f8
parent66d3d15c27e258fe51ef27267a1ddb004137dd65 (diff)
downloadunitd-b803c65259b426a2b2ba14d342bec4de598734b8.tar
unitd-b803c65259b426a2b2ba14d342bec4de598734b8.zip
coldplug: remove duplicated include
The unistd.h header is inluded twice. Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
-rw-r--r--coldplug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coldplug.c b/coldplug.c
index b8c0eaf..71b09f0 100644
--- a/coldplug.c
+++ b/coldplug.c
@@ -17,7 +17,6 @@
#include <sys/mount.h>
#include <unistd.h>
-#include <unistd.h>
#include "procd.h"
#include "hotplug.h"