We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 164487d + fb418b2 commit 1ab1d9dCopy full SHA for 1ab1d9d
include/ctre-unicode.hpp
@@ -1,7 +1,6 @@
1
#ifndef CTRE_V2__CTRE_UNICODE__HPP
2
#define CTRE_V2__CTRE_UNICODE__HPP
3
4
-#include "ctre.hpp"
5
-#include "unicode-db/unicode-db.hpp"
+#include "unicode-db.hpp"
6
7
#endif
include/unicode-db.hpp
@@ -0,0 +1,6 @@
+#ifndef CTRE_V2__UNICODE_CODE_DB__HPP
+#define CTRE_V2__UNICODE_CODE_DB__HPP
+
+#include "unicode-db/unicode-db.hpp"
+#endif
0 commit comments