diff options
Diffstat (limited to 'JavaScriptCore/yarr/RegexCompiler.h')
-rw-r--r-- | JavaScriptCore/yarr/RegexCompiler.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/JavaScriptCore/yarr/RegexCompiler.h b/JavaScriptCore/yarr/RegexCompiler.h index 3ed2be9..9d2443a 100644 --- a/JavaScriptCore/yarr/RegexCompiler.h +++ b/JavaScriptCore/yarr/RegexCompiler.h @@ -26,13 +26,11 @@ #ifndef RegexCompiler_h #define RegexCompiler_h -#include <wtf/Platform.h> - #if ENABLE(YARR) -#include <wtf/unicode/Unicode.h> #include "RegexParser.h" #include "RegexPattern.h" +#include <wtf/unicode/Unicode.h> namespace JSC { namespace Yarr { |