| Index: src/runtime/runtime-regexp.cc
|
| diff --git a/src/runtime/runtime-regexp.cc b/src/runtime/runtime-regexp.cc
|
| index 1ad6a1d981ba9c1adfcd30a85cea7b922b83e7ed..5628f3e3dccdc8e57f01e778703cc5393597e95a 100644
|
| --- a/src/runtime/runtime-regexp.cc
|
| +++ b/src/runtime/runtime-regexp.cc
|
| @@ -5,9 +5,9 @@
|
| #include "src/v8.h"
|
|
|
| #include "src/arguments.h"
|
| -#include "src/jsregexp-inl.h"
|
| -#include "src/jsregexp.h"
|
| #include "src/messages.h"
|
| +#include "src/regexp/jsregexp-inl.h"
|
| +#include "src/regexp/jsregexp.h"
|
| #include "src/runtime/runtime-utils.h"
|
| #include "src/string-builder.h"
|
| #include "src/string-search.h"
|
|
|