summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/yarr/RegexJIT.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/yarr/RegexJIT.h')
-rw-r--r--JavaScriptCore/yarr/RegexJIT.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/JavaScriptCore/yarr/RegexJIT.h b/JavaScriptCore/yarr/RegexJIT.h
index 5d587b2..02e905d 100644
--- a/JavaScriptCore/yarr/RegexJIT.h
+++ b/JavaScriptCore/yarr/RegexJIT.h
@@ -30,9 +30,9 @@
#include "MacroAssembler.h"
#include "RegexPattern.h"
-#include <UString.h>
+#include "UString.h"
-#include <pcre.h>
+#include "pcre.h"
struct JSRegExp; // temporary, remove when fallback is removed.
#if CPU(X86) && !COMPILER(MSVC)