build: remove two #includes that don't seem to be needed

master
Benno Schulenberg 2019-05-31 17:16:07 +02:00
parent 58ca5fb0f3
commit a77b21388a
1 changed files with 0 additions and 2 deletions

View File

@ -113,9 +113,7 @@
#define N_(string) gettext_noop(string)
/* Mark a string that will be sent to gettext() later. */
#include <stddef.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <regex.h>