diff options
Diffstat (limited to 'JavaScriptCore/yarr/RegexParser.h')
-rw-r--r-- | JavaScriptCore/yarr/RegexParser.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/JavaScriptCore/yarr/RegexParser.h b/JavaScriptCore/yarr/RegexParser.h index 64e8463..c946c2e 100644 --- a/JavaScriptCore/yarr/RegexParser.h +++ b/JavaScriptCore/yarr/RegexParser.h @@ -26,14 +26,12 @@ #ifndef RegexParser_h #define RegexParser_h -#include <wtf/Platform.h> - #if ENABLE(YARR) #include <UString.h> +#include <limits.h> #include <wtf/ASCIICType.h> #include <wtf/unicode/Unicode.h> -#include <limits.h> namespace JSC { namespace Yarr { |