coldplug: remove duplicated include
authorGabor Juhos <juhosg@openwrt.org>
Tue, 10 Sep 2013 14:56:11 +0000 (16:56 +0200)
committerJohn Crispin <blogic@openwrt.org>
Fri, 13 Sep 2013 15:37:26 +0000 (17:37 +0200)
The unistd.h header is inluded twice.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
coldplug.c

index b8c0eaf..71b09f0 100644 (file)
@@ -17,7 +17,6 @@
 #include <sys/mount.h>
 
 #include <unistd.h>
 #include <sys/mount.h>
 
 #include <unistd.h>
-#include <unistd.h>
 
 #include "procd.h"
 #include "hotplug.h"
 
 #include "procd.h"
 #include "hotplug.h"