Clean up #includes

This commit is contained in:
FRIGN
2015-02-14 21:02:41 +01:00
parent 71fb259d02
commit 31572c8b0e
63 changed files with 45 additions and 145 deletions

2
tar.c
View File

@@ -1,10 +1,8 @@
/* See LICENSE file for copyright and license details. */
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <grp.h>
#include <limits.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>