mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-27 00:14:07 +08:00
include <wordexp.h> is unnecessary when using USE_OS_TZDB
This commit is contained in:
parent
ef6d53595d
commit
c5e58fd015
4
tz.cpp
4
tz.cpp
@ -125,7 +125,9 @@
|
|||||||
# endif // HAS_REMOTE_API
|
# endif // HAS_REMOTE_API
|
||||||
#else // !_WIN32
|
#else // !_WIN32
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
# include <wordexp.h>
|
# if !USE_OS_TZDB
|
||||||
|
# include <wordexp.h>
|
||||||
|
# endif
|
||||||
# include <limits.h>
|
# include <limits.h>
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
# if !USE_SHELL_API
|
# if !USE_SHELL_API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user