summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/ForwardingHeaders/wtf
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/ForwardingHeaders/wtf')
-rw-r--r--Source/WebCore/ForwardingHeaders/wtf/DoublyLinkedList.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/wtf/SHA1.h4
2 files changed, 8 insertions, 0 deletions
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