Skip to content

Commit 14ed52b

Browse files
ni4antonsviridenko
authored andcommitted
Remove redundant include.
1 parent c4018d0 commit 14ed52b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/str-utils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ bool str_to_int(const std::string &s, int &val);
5353
bool is_slash(char c);
5454
} // namespace rnp
5555
#ifdef _WIN32
56-
#include <string>
5756
std::wstring wstr_from_utf8(const char *s);
5857
std::wstring wstr_from_utf8(const char *first, const char *last);
5958
std::wstring wstr_from_utf8(const std::string &s);

0 commit comments

Comments
 (0)