Remove stdlib.h from clear(1) - ubase - suckless linux base utils
 (HTM) git clone git://git.suckless.org/ubase
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6dedded8594c5adb9d41ca71ce5145cd32da0b68
 (DIR) parent 7b27c7f87c01b00b6a3e5cd7a60fb832681d5ccc
 (HTM) Author: FRIGN <dev@frign.de>
       Date:   Mon,  7 Sep 2015 12:36:08 +0200
       
       Remove stdlib.h from clear(1)
       
       This is a remnant of the old EXIT_ days we all want to quickly forget...
       
       Diffstat:
         M clear.c                             |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/clear.c b/clear.c
       @@ -1,6 +1,5 @@
        /* See LICENSE file for copyright and license details. */
        #include <stdio.h>
       -#include <stdlib.h>
        
        #include "util.h"