Skip to content

Commit 1ab1d9d

Browse files
author
Hana Dusíková
committed
Merge branch 'ecma-unicode' into main
2 parents 164487d + fb418b2 commit 1ab1d9d

File tree

3 files changed

+11
-4146
lines changed

3 files changed

+11
-4146
lines changed

include/ctre-unicode.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef CTRE_V2__CTRE_UNICODE__HPP
22
#define CTRE_V2__CTRE_UNICODE__HPP
33

4-
#include "ctre.hpp"
5-
#include "unicode-db/unicode-db.hpp"
4+
#include "unicode-db.hpp"
65

76
#endif

include/unicode-db.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#ifndef CTRE_V2__UNICODE_CODE_DB__HPP
2+
#define CTRE_V2__UNICODE_CODE_DB__HPP
3+
4+
#include "unicode-db/unicode-db.hpp"
5+
6+
#endif

0 commit comments

Comments
 (0)