Skip to content

Commit fb418b2

Browse files
author
Hana Dusíková
committed
add "unicode-db.hpp" into include directory
1 parent 0bfdf5c commit fb418b2

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)