summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/ForwardingHeaders/wtf/unicode
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/ForwardingHeaders/wtf/unicode')
-rw-r--r--Source/WebCore/ForwardingHeaders/wtf/unicode/Collator.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/wtf/unicode/UTF8.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/wtf/unicode/Unicode.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/wtf/unicode/wince/UnicodeWince.h4
5 files changed, 20 insertions, 0 deletions
diff --git a/Source/WebCore/ForwardingHeaders/wtf/unicode/Collator.h b/Source/WebCore/ForwardingHeaders/wtf/unicode/Collator.h
new file mode 100644
index 0000000..f28a117
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/wtf/unicode/Collator.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Collator_h
+#define WebCore_FWD_Collator_h
+#include <JavaScriptCore/Collator.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/wtf/unicode/UTF8.h b/Source/WebCore/ForwardingHeaders/wtf/unicode/UTF8.h
new file mode 100644
index 0000000..b9daa43
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/wtf/unicode/UTF8.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_UTF8_h
+#define WebCore_FWD_UTF8_h
+#include <JavaScriptCore/UTF8.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/wtf/unicode/Unicode.h b/Source/WebCore/ForwardingHeaders/wtf/unicode/Unicode.h
new file mode 100644
index 0000000..9f06747
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/wtf/unicode/Unicode.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Unicode_h
+#define WebCore_FWD_Unicode_h
+#include <JavaScriptCore/Unicode.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h b/Source/WebCore/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h
new file mode 100644
index 0000000..4819f47
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_UnicodeIcu_h
+#define WebCore_FWD_UnicodeIcu_h
+#include <JavaScriptCore/UnicodeIcu.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/wtf/unicode/wince/UnicodeWince.h b/Source/WebCore/ForwardingHeaders/wtf/unicode/wince/UnicodeWince.h
new file mode 100644
index 0000000..6d63d31
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/wtf/unicode/wince/UnicodeWince.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_UnicodeWince_h
+#define WebCore_FWD_UnicodeWince_h
+#include <JavaScriptCore/UnicodeWince.h>
+#endif