Nuke unused include - noice - small file browser (mirror / fork from 2f30.org) | |
git clone git://git.codemadness.org/noice | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 4a11ff268e65b47811079b202b2d109037e47ca0 | |
parent a784c503368ba3d9f85b21647ae9fc08872a470c | |
Author: sin <[email protected]> | |
Date: Thu, 22 Aug 2019 16:33:57 +0100 | |
Nuke unused include | |
Diffstat: | |
M nopen.c | 1 - | |
M spawn.c | 1 - | |
2 files changed, 0 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/nopen.c b/nopen.c | |
@@ -2,7 +2,6 @@ | |
#include <sys/types.h> | |
#include <sys/wait.h> | |
-#include <err.h> | |
#include <regex.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
diff --git a/spawn.c b/spawn.c | |
@@ -2,7 +2,6 @@ | |
#include <sys/types.h> | |
#include <sys/wait.h> | |
-#include <err.h> | |
#include <errno.h> | |
#include <stdarg.h> | |
#include <stdlib.h> |