Remove stdlib.h from clear(1)

This is a remnant of the old EXIT_ days we all want to quickly forget...
This commit is contained in:
FRIGN 2015-09-07 12:36:08 +02:00 committed by sin
parent 7b27c7f87c
commit 6dedded859
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include "util.h"