[hackers] [ubase] Remove stdlib.h from clear(1) || FRIGN

From: <git_AT_suckless.org>
Date: Mon, 7 Sep 2015 12:47:16 +0200 (CEST)

commit 6dedded8594c5adb9d41ca71ce5145cd32da0b68
Author: FRIGN <dev_AT_frign.de>
AuthorDate: Mon Sep 7 12:36:08 2015 +0200
Commit: sin <sin_AT_2f30.org>
CommitDate: Mon Sep 7 11:47:10 2015 +0100

    Remove stdlib.h from clear(1)
    
    This is a remnant of the old EXIT_ days we all want to quickly forget...

diff --git a/clear.c b/clear.c
index 6d94533..c6481f0 100644
--- a/clear.c
+++ b/clear.c
_AT_@ -1,6 +1,5 @@
 /* See LICENSE file for copyright and license details. */
 #include <stdio.h>
-#include <stdlib.h>
 
 #include "util.h"
 
Received on Mon Sep 07 2015 - 12:47:16 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 07 2015 - 12:48:17 CEST