mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
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:
@@ -57,9 +57,6 @@
|
||||
#include <signal.h>
|
||||
#include <grp.h>
|
||||
#include <time.h>
|
||||
#ifdef HAVE_SETLOCALE
|
||||
# include <locale.h>
|
||||
#endif
|
||||
#include <netdb.h>
|
||||
#ifdef HAVE_LOGIN_CAP_H
|
||||
# include <login_cap.h>
|
||||
|
Reference in New Issue
Block a user