| Index: base/process_posix.cc
|
| diff --git a/base/process_posix.cc b/base/process_posix.cc
|
| index 6e65ebfd6cf45ec8b966e3c70418f6729afe3fed..38eb503b74a76ac6b92cd496cf1538e04c62c5b0 100644
|
| --- a/base/process_posix.cc
|
| +++ b/base/process_posix.cc
|
| @@ -2,14 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/process.h"
|
| -
|
| -#include <sys/types.h>
|
| -#include <sys/time.h>
|
| #include <sys/resource.h>
|
|
|
| -#include "base/process_util.h"
|
| #include "base/logging.h"
|
| +#include "base/process.h"
|
| +#include "base/process_util.h"
|
|
|
| namespace base {
|
|
|
|
|