include <wordexp.h> is unnecessary when using USE_OS_TZDB

This commit is contained in:
Howard Hinnant 2017-09-10 13:50:51 -04:00
parent ef6d53595d
commit c5e58fd015

4
tz.cpp
View File

@ -125,7 +125,9 @@
# endif // HAS_REMOTE_API
#else // !_WIN32
# include <unistd.h>
# include <wordexp.h>
# if !USE_OS_TZDB
# include <wordexp.h>
# endif
# include <limits.h>
# include <string.h>
# if !USE_SHELL_API