| Index: tools/android/forwarder2/common.h
|
| diff --git a/tools/android/forwarder2/common.h b/tools/android/forwarder2/common.h
|
| index 37dfeac67a6c5e6fd9a270d08ef34f19e3390c66..f4a15b3184bc7bfffa8b4d310a165253a0c87786 100644
|
| --- a/tools/android/forwarder2/common.h
|
| +++ b/tools/android/forwarder2/common.h
|
| @@ -7,13 +7,13 @@
|
| #ifndef TOOLS_ANDROID_FORWARDER2_COMMON_H_
|
| #define TOOLS_ANDROID_FORWARDER2_COMMON_H_
|
|
|
| +#include <errno.h>
|
| #include <stdarg.h>
|
| #include <stdio.h>
|
| -#include <errno.h>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/posix/eintr_wrapper.h"
|
|
|
| // Preserving errno for Close() is important because the function is very often
|
|
|