We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e4455 commit b772f17Copy full SHA for b772f17
libc/src/wchar/CMakeLists.txt
@@ -19,7 +19,6 @@ add_entrypoint_object(
19
DEPENDS
20
libc.hdr.types.size_t
21
libc.hdr.types.wchar_t
22
- libc.src.string.string_utils
23
)
24
25
add_entrypoint_object(
libc/src/wchar/wcsnlen.cpp
@@ -12,7 +12,6 @@
12
#include "hdr/types/wchar_t.h"
13
#include "src/__support/common.h"
14
#include "src/__support/macros/config.h"
15
-#include "src/string/string_utils.h" // string_length_trivial
16
17
namespace LIBC_NAMESPACE_DECL {
18
0 commit comments