| Index: base/rand_util_posix.cc
|
| diff --git a/base/rand_util_posix.cc b/base/rand_util_posix.cc
|
| index 43dfd1e7904914e71eea5eb235526ab42cecde48..092d8907d2ca448e45aa17b5f83b490e087aac0e 100644
|
| --- a/base/rand_util_posix.cc
|
| +++ b/base/rand_util_posix.cc
|
| @@ -2,13 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/rand_util.h"
|
| -#include "base/rand_util_c.h"
|
| -
|
| -#include <errno.h>
|
| -#include <fcntl.h>
|
| +#include <stdbool.h>
|
| +#include <sys/errno.h>
|
| +#include <sys/fcntl.h>
|
| #include <unistd.h>
|
|
|
| +#include "base/basictypes.h"
|
| #include "base/file_util.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
|
|