Chromium Code Reviews| Index: src/dateparser.cc |
| diff --git a/src/dateparser.cc b/src/dateparser.cc |
| index c0dfb160534572713a2eed9501f9e6a82a37b363..09dbf1127dbf19f604ce99336f8936a4d82b4d7e 100644 |
| --- a/src/dateparser.cc |
| +++ b/src/dateparser.cc |
| @@ -2,10 +2,11 @@ |
| // 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/dateparser.h" |
| +#include "src/char-predicates-inl.h" |
| +#include "src/objects-inl.h" |
| + |
| namespace v8 { |
| namespace internal { |