Chromium Code Reviews| Index: src/variables.cc |
| diff --git a/src/variables.cc b/src/variables.cc |
| index 5833d860aab2af36b36c60296b9447689bb0014e..f4f7a7a91748590ba1b11cc12e460717aacbb5a2 100644 |
| --- a/src/variables.cc |
| +++ b/src/variables.cc |
| @@ -2,11 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "src/v8.h" |
| +#include "src/variables.h" |
| #include "src/ast.h" |
| #include "src/scopes.h" |
| -#include "src/variables.h" |
| namespace v8 { |
| namespace internal { |