Chromium Code Reviews| Index: src/scopeinfo.cc |
| diff --git a/src/scopeinfo.cc b/src/scopeinfo.cc |
| index e53f36d27439aef1874b1be7df1637225dffa33f..da146c3d17da638d6d783f8d500f985b29f35c08 100644 |
| --- a/src/scopeinfo.cc |
| +++ b/src/scopeinfo.cc |
| @@ -2,12 +2,11 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include <stdlib.h> |
| +#include "src/scopeinfo.h" |
| -#include "src/v8.h" |
| +#include <stdlib.h> |
| #include "src/bootstrapper.h" |
| -#include "src/scopeinfo.h" |
| #include "src/scopes.h" |
| namespace v8 { |