diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-10 16:56:11 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-09-13 17:37:26 +0200 |
commit | b803c65259b426a2b2ba14d342bec4de598734b8 (patch) | |
tree | 26602ace7c3d4c394008faac0b82406941a333f8 | |
parent | 66d3d15c27e258fe51ef27267a1ddb004137dd65 (diff) | |
download | unitd-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ #include <sys/mount.h> #include <unistd.h> -#include <unistd.h> #include "procd.h" #include "hotplug.h" |