Remove stdlib.h from clear(1) - ubase - suckless linux base utils | |
git clone git://git.suckless.org/ubase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 6dedded8594c5adb9d41ca71ce5145cd32da0b68 | |
parent 7b27c7f87c01b00b6a3e5cd7a60fb832681d5ccc | |
Author: FRIGN <[email protected]> | |
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(-) | |
--- | |
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" | |