tRemove unneeded header include - spoon - dwm status utility (2f30 fork)
 (HTM) git clone git://src.adamsgaard.dk/spoon
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 7e2bada685397f24d2c80fa1792a43dfec613a0f
 (DIR) parent 6e085bb0829b1f701633d571ab6ac3868d7ab681
 (HTM) Author: sin <sin@2f30.org>
       Date:   Tue, 17 May 2016 15:01:24 +0100
       
       Remove unneeded header include
       
       sys/types.h is included at the top of the file.
       
       Diffstat:
         M spoon.c                             |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/spoon.c b/spoon.c
       t@@ -77,7 +77,6 @@ out:
        }
        
        #ifdef __OpenBSD__
       -#include <sys/types.h>
        #include <sys/socket.h>
        #include <sys/sysctl.h>
        #include <sys/ioctl.h>