Always include locale.h from gettext.h so we no longer need to
include locale.h from the .c files.
This commit is contained in:
@@ -25,9 +25,6 @@
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_SETLOCALE
|
||||
# include <locale.h>
|
||||
#endif
|
||||
#ifdef HAVE_STDBOOL_H
|
||||
# include <stdbool.h>
|
||||
#else
|
||||
|
Reference in New Issue
Block a user