File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 99// //===----------------------------------------------------------------------===//
1010
1111#include " src/sys/time/getitimer.h"
12+ #include " hdr/types/struct_itimerval.h"
1213#include " test/UnitTest/ErrnoSetterMatcher.h"
1314#include " test/UnitTest/Test.h"
1415
15- #include < sys/time.h>
16-
1716using namespace LIBC_NAMESPACE ::testing::ErrnoSetterMatcher;
1817
1918TEST (LlvmLibcSysTimeGetitimerTest, SmokeTest) {
Original file line number Diff line number Diff line change 99// //===----------------------------------------------------------------------===//
1010
1111#include " src/signal/signal.h"
12+ #include " hdr/types/struct_itimerval.h"
1213#include " src/sys/time/setitimer.h"
1314#include " test/UnitTest/ErrnoSetterMatcher.h"
1415#include " test/UnitTest/Test.h"
1516
1617#include < atomic>
1718#include < signal.h>
18- #include < sys/time.h>
1919
2020using namespace LIBC_NAMESPACE ::testing::ErrnoSetterMatcher;
2121
You can’t perform that action at this time.
0 commit comments