mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-14 23:08:00 +02:00
Remove unused includes and protect header
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#ifndef LIBBSD_GETOPT_H
|
||||
#define LIBBSD_GETOPT_H
|
||||
|
||||
#include <getopt.h>
|
||||
|
||||
extern int optreset;
|
||||
|
||||
int bsd_getopt (int, char **, char *);
|
||||
|
||||
#endif
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user