Chromium Code Reviews| Index: src/mips/regexp-macro-assembler-mips.h |
| =================================================================== |
| --- src/mips/regexp-macro-assembler-mips.h (revision 8581) |
| +++ src/mips/regexp-macro-assembler-mips.h (working copy) |
| @@ -29,6 +29,12 @@ |
| #ifndef V8_MIPS_REGEXP_MACRO_ASSEMBLER_MIPS_H_ |
| #define V8_MIPS_REGEXP_MACRO_ASSEMBLER_MIPS_H_ |
| +#include "mips/assembler-mips.h" |
| +#include "mips/assembler-mips-inl.h" |
| +#include "macro-assembler.h" |
|
danno
2011/07/11 08:57:56
Please include in alpabetical order:
http://googl
Sven Panne
2011/07/11 12:22:48
IMHO this is a rather useless rule: If you have on
|
| +#include "code.h" |
| +#include "mips/macro-assembler-mips.h" |
| + |
| namespace v8 { |
| namespace internal { |
| @@ -249,4 +255,3 @@ |
| }} // namespace v8::internal |
| #endif // V8_MIPS_REGEXP_MACRO_ASSEMBLER_MIPS_H_ |
| - |