Skip to content

Commit b772f17

Browse files
author
Sriya Pratipati
committed
removed unnecessary include
1 parent e5e4455 commit b772f17

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libc/src/wchar/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ add_entrypoint_object(
1919
DEPENDS
2020
libc.hdr.types.size_t
2121
libc.hdr.types.wchar_t
22-
libc.src.string.string_utils
2322
)
2423

2524
add_entrypoint_object(

libc/src/wchar/wcsnlen.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "hdr/types/wchar_t.h"
1313
#include "src/__support/common.h"
1414
#include "src/__support/macros/config.h"
15-
#include "src/string/string_utils.h" // string_length_trivial
1615

1716
namespace LIBC_NAMESPACE_DECL {
1817

0 commit comments

Comments
 (0)