Skip to content

Commit 9d10136

Browse files
committed
fix: rebase from main branch
1 parent edfee68 commit 9d10136

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

libc/test/src/time/asctime_r_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "src/errno/libc_errno.h"
9+
#include "src/__support/libc_errno.h"
1010
#include "src/time/asctime_r.h"
1111
#include "src/time/time_constants.h"
1212
#include "test/UnitTest/Test.h"

libc/test/src/time/asctime_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "src/errno/libc_errno.h"
9+
#include "src/__support/libc_errno.h"
1010
#include "src/time/asctime.h"
1111
#include "test/UnitTest/Test.h"
1212
#include "test/src/time/TmHelper.h"

libc/test/src/time/ctime_r_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "src/errno/libc_errno.h"
9+
#include "src/__support/libc_errno.h"
1010
#include "src/time/ctime_r.h"
1111
#include "src/time/time_constants.h"
1212
#include "test/UnitTest/Test.h"

libc/test/src/time/ctime_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "src/errno/libc_errno.h"
9+
#include "src/__support/libc_errno.h"
1010
#include "src/time/ctime.h"
1111
#include "test/UnitTest/Test.h"
1212
#include "test/src/time/TmHelper.h"

libc/test/src/time/gmtime_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "hdr/types/struct_tm.h"
1010
#include "src/__support/CPP/limits.h" // INT_MAX, INT_MIN
11-
#include "src/errno/libc_errno.h"
11+
#include "src/__support/libc_errno.h"
1212
#include "src/time/gmtime.h"
1313
#include "src/time/time_constants.h"
1414
#include "test/UnitTest/ErrnoSetterMatcher.h"

0 commit comments

Comments
 (0)