diff options
Diffstat (limited to 'libcxx/src/chrono.cpp')
-rw-r--r-- | libcxx/src/chrono.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/src/chrono.cpp b/libcxx/src/chrono.cpp index 57c74175b3f..62149fbf420 100644 --- a/libcxx/src/chrono.cpp +++ b/libcxx/src/chrono.cpp @@ -8,9 +8,9 @@ //===----------------------------------------------------------------------===// #include "chrono" -#include <cerrno> // errno -#include <system_error> // __throw_system_error -#include <time.h> // clock_gettime, CLOCK_MONOTONIC and CLOCK_REALTIME +#include "cerrno" // errno +#include "system_error" // __throw_system_error +#include <time.h> // clock_gettime, CLOCK_MONOTONIC and CLOCK_REALTIME #if !defined(CLOCK_REALTIME) #include <sys/time.h> // for gettimeofday and timeval |