commit 4a11ff268e65b47811079b202b2d109037e47ca0
parent a784c503368ba3d9f85b21647ae9fc08872a470c
Author: sin <sin@2f30.org>
Date: Thu, 22 Aug 2019 16:33:57 +0100
Nuke unused include
Diffstat:
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>