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/Alignment.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/wtf/DynamicAnnotations.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/Source/WebCore/ForwardingHeaders/wtf/Alignment.h b/Source/WebCore/ForwardingHeaders/wtf/Alignment.h
new file mode 100644
index 0000000..3754945
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/wtf/Alignment.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Alignment_h
+#define WebCore_FWD_Alignment_h
+#include <JavaScriptCore/Alignment.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/wtf/DynamicAnnotations.h b/Source/WebCore/ForwardingHeaders/wtf/DynamicAnnotations.h
new file mode 100644
index 0000000..e5a2f2d
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/wtf/DynamicAnnotations.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_DynamicAnnotations_h
+#define WebCore_FWD_DynamicAnnotations_h
+#include <JavaScriptCore/DynamicAnnotations.h>
+#endif