Skip to content

Commit a9729c0

Browse files
Remove code comment
Co-authored-by: Tamás Tóth <[email protected]>
1 parent a96f446 commit a9729c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/strings/bytes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <algorithm>
2-
#include <array> // Add this include for std::array
2+
#include <array>
33
#include <cstdint>
44
#include <cstdlib>
55
#include <cstring>

0 commit comments

Comments
 (0)