Skip to content

Commit f74ffe8

Browse files
committed
fixup! [runtime] rewrite runtime/vkext,common/string-processing into runtime-common/stdlib/vkext
1 parent a151a65 commit f74ffe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime-common/stdlib/vkext/vkext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
// Distributed under the GPL v3 License, see LICENSE.notice.txt
44

55
#include "runtime-common/stdlib/vkext/vkext.h"
6-
#include "runtime-common/stdlib/vkext/string-processing.h"
76

87
#include <sys/time.h>
98

109
#include "common/wrappers/string_view.h"
1110
#include "flex/flex.h"
11+
#include "runtime-common/stdlib/vkext/string-processing.h"
1212

1313
constexpr int utf8_to_win_convert_0x400[256] =
1414
{-1, 0xa8, 0x80, 0x81, 0xaa, 0xbd, 0xb2, 0xaf, 0xa3, 0x8a, 0x8c, 0x8e, 0x8d, -1, 0xa1, 0x8f, 0xc0, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7, 0xc8, 0xc9,

0 commit comments

Comments
 (0)