Refactor unlink(1) code and manpage

Remove superfluous stdlib.h-include.
This commit is contained in:
FRIGN
2015-02-08 21:59:27 +01:00
parent 6397952ab3
commit e01469c9a2
3 changed files with 11 additions and 6 deletions

View File

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