| Index: src/regexp-macro-assembler-irregexp-inl.h
 | 
| diff --git a/src/regexp-macro-assembler-irregexp-inl.h b/src/regexp-macro-assembler-irregexp-inl.h
 | 
| index 942cf575215c55bbcb6b4de72125c16274e34096..294fd2b2446f0d3b59ac51a6903a03d0b0960555 100644
 | 
| --- a/src/regexp-macro-assembler-irregexp-inl.h
 | 
| +++ b/src/regexp-macro-assembler-irregexp-inl.h
 | 
| @@ -2,17 +2,12 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -// A light-weight assembler for the Irregexp byte code.
 | 
| -
 | 
| -
 | 
| -#include "src/v8.h"
 | 
| +#ifndef V8_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_
 | 
| +#define V8_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_
 | 
|  
 | 
|  #include "src/ast.h"
 | 
|  #include "src/bytecodes-irregexp.h"
 | 
|  
 | 
| -#ifndef V8_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_
 | 
| -#define V8_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_
 | 
| -
 | 
|  namespace v8 {
 | 
|  namespace internal {
 | 
|  
 | 
| 
 |