@ -1,7 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <unistd.h>
#include "util.h"
@ -6,6 +6,6 @@ VERSION = 0.0
AR = ar
CPPFLAGS = -D_BSD_SOURCE
CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static
@ -2,7 +2,6 @@
#include <time.h>
#include <stdbool.h>
int
#include <regex.h>
@ -5,7 +5,6 @@
#include <string.h>
@ -3,7 +3,6 @@
#include <fcntl.h>
#include <utime.h>