From 6dedded8594c5adb9d41ca71ce5145cd32da0b68 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Mon, 7 Sep 2015 12:36:08 +0200 Subject: [PATCH] Remove stdlib.h from clear(1) This is a remnant of the old EXIT_ days we all want to quickly forget... --- clear.c | 1 - 1 file changed, 1 deletion(-) diff --git a/clear.c b/clear.c index 6d94533..c6481f0 100644 --- a/clear.c +++ b/clear.c @@ -1,6 +1,5 @@ /* See LICENSE file for copyright and license details. */ #include -#include #include "util.h"