Nuke unused include - noice - small file browser (mirror / fork from 2f30.org)
 (HTM) git clone git://git.codemadness.org/noice
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4a11ff268e65b47811079b202b2d109037e47ca0
 (DIR) parent a784c503368ba3d9f85b21647ae9fc08872a470c
 (HTM) Author: sin <sin@2f30.org>
       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(-)
       ---
 (DIR) 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>
 (DIR) 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>