2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Remove duplicate inclusion of time.h

This commit is contained in:
Todd C. Miller 2020-05-11 08:46:58 -06:00
parent fc79cbc317
commit fbf25112e6

View File

@ -55,7 +55,6 @@
#endif /* HAVE_STDBOOL_H */
#include <regex.h>
#include <signal.h>
#include <time.h>
#include <pathnames.h>