Chromium Code Reviews| Index: src/utils.cc |
| diff --git a/src/utils.cc b/src/utils.cc |
| index 9f502bde3e1b6d2c5d381995838635bd798b65b2..bbfdc74ad204760f95f1cbb2b3e7560bc736af5d 100644 |
| --- a/src/utils.cc |
| +++ b/src/utils.cc |
| @@ -2,15 +2,14 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include "src/utils.h" |
| + |
| #include <stdarg.h> |
| #include <sys/stat.h> |
| -#include "src/v8.h" |
| - |
| #include "src/base/functional.h" |
| #include "src/base/logging.h" |
| #include "src/base/platform/platform.h" |
| -#include "src/utils.h" |
| namespace v8 { |
| namespace internal { |