build: remove two #includes that don't seem to be needed
parent
58ca5fb0f3
commit
a77b21388a
|
@ -113,9 +113,7 @@
|
||||||
#define N_(string) gettext_noop(string)
|
#define N_(string) gettext_noop(string)
|
||||||
/* Mark a string that will be sent to gettext() later. */
|
/* Mark a string that will be sent to gettext() later. */
|
||||||
|
|
||||||
#include <stddef.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
|
|
Loading…
Reference in New Issue