| Index: base/time_posix.cc
|
| diff --git a/base/time_posix.cc b/base/time_posix.cc
|
| index c2750b8cf21a6b283f11f2a29fadc485a53f9355..3097cbd6b56691c1707a369220c58403a0aa740d 100644
|
| --- a/base/time_posix.cc
|
| +++ b/base/time_posix.cc
|
| @@ -2,15 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/time.h"
|
| -
|
| -#include <sys/time.h>
|
| +#include <sys/_structs.h>
|
| #include <time.h>
|
|
|
| -#include <limits>
|
| -
|
| #include "base/basictypes.h"
|
| -#include "base/logging.h"
|
| +#include "base/time.h"
|
| +#include "build/build_config.h"
|
|
|
| namespace base {
|
|
|
|
|