]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - yarr/RegexCompiler.h
JavaScriptCore-721.26.tar.gz
[apple/javascriptcore.git] / yarr / RegexCompiler.h
index 3ed2be9e4a441de4a37f8c87cf6334aebced4313..9d2443a5918b8a331a943585a6e14f2fd7dbca02 100644 (file)
 #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 {