Remove unused includes and protect header

This commit is contained in:
Guillem Jover
2006-02-14 07:01:21 +00:00
parent 8a2e8584d9
commit 67e48af044
3 changed files with 11 additions and 3 deletions

View File

@@ -1,9 +1,6 @@
#ifndef LIBBSD_STDLIB_H
#define LIBBSD_STDLIB_H
#include <sys/types.h>
#include <stdio.h>
const char *fmtcheck(const char *, const char *);
#endif