summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/ForwardingHeaders
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/ForwardingHeaders')
-rw-r--r--Source/WebCore/ForwardingHeaders/collector/handles/Global.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/ScopeChain.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/wtf/DoublyLinkedList.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/wtf/SHA1.h4
4 files changed, 16 insertions, 0 deletions
diff --git a/Source/WebCore/ForwardingHeaders/collector/handles/Global.h b/Source/WebCore/ForwardingHeaders/collector/handles/Global.h
new file mode 100644
index 0000000..0ad6d56
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/collector/handles/Global.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Global_h
+#define WebCore_FWD_Global_h
+#include <JavaScriptCore/Global.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/ScopeChain.h b/Source/WebCore/ForwardingHeaders/runtime/ScopeChain.h
new file mode 100644
index 0000000..b77cd69
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/ScopeChain.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_ScopeChain_h
+#define WebCore_FWD_ScopeChain_h
+#include <JavaScriptCore/ScopeChain.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/wtf/DoublyLinkedList.h b/Source/WebCore/ForwardingHeaders/wtf/DoublyLinkedList.h
new file mode 100644
index 0000000..86c8f7a
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/wtf/DoublyLinkedList.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_DoublyLinkedList_h
+#define WebCore_FWD_DoublyLinkedList_h
+#include <JavaScriptCore/DoublyLinkedList.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/wtf/SHA1.h b/Source/WebCore/ForwardingHeaders/wtf/SHA1.h
new file mode 100644
index 0000000..8bb48b2
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/wtf/SHA1.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_SHA1_h
+#define WebCore_FWD_SHA1_h
+#include <JavaScriptCore/SHA1.h>
+#endif