From aacd60c1b4ed3b4513db37f3ec6a1180bba9d679 Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Thu, 13 Dec 2018 09:11:09 +0000 Subject: [PATCH] missing-system-includes Gbp-Pq: Name missing-system-includes.patch --- runtime/arch/instruction_set_features.cc | 2 ++ runtime/arch/mips/instruction_set_features_mips.cc | 1 + runtime/arch/x86/context_x86.cc | 2 ++ runtime/base/arena_allocator.h | 1 + runtime/base/bit_vector.h | 1 + runtime/base/mutex.cc | 1 + runtime/base/scoped_flock.cc | 1 + runtime/base/stl_util.h | 1 + runtime/base/stringpiece.cc | 1 + runtime/base/unix_file/fd_file.cc | 1 + runtime/dex_file.h | 1 + runtime/exec_utils.cc | 1 + runtime/gc/accounting/heap_bitmap.cc | 2 ++ runtime/gc/accounting/read_barrier_table.h | 1 + runtime/gc/collector/immune_spaces.cc | 1 + runtime/jdwp/jdwp_handler.cc | 1 + runtime/jit/profiling_info.h | 1 + runtime/monitor.h | 1 + runtime/primitive.h | 1 + runtime/runtime_common.h | 1 + sigchainlib/sigchain.cc | 2 ++ 21 files changed, 25 insertions(+) diff --git a/runtime/arch/instruction_set_features.cc b/runtime/arch/instruction_set_features.cc index 43c1711..32e285a 100644 --- a/runtime/arch/instruction_set_features.cc +++ b/runtime/arch/instruction_set_features.cc @@ -16,6 +16,8 @@ #include "instruction_set_features.h" +#include + #include "android-base/strings.h" #include "base/casts.h" diff --git a/runtime/arch/mips/instruction_set_features_mips.cc b/runtime/arch/mips/instruction_set_features_mips.cc index 6540b44..dd42aa1 100644 --- a/runtime/arch/mips/instruction_set_features_mips.cc +++ b/runtime/arch/mips/instruction_set_features_mips.cc @@ -18,6 +18,7 @@ #include #include +#include #include "android-base/stringprintf.h" #include "android-base/strings.h" diff --git a/runtime/arch/x86/context_x86.cc b/runtime/arch/x86/context_x86.cc index 5c31712..825e60a 100644 --- a/runtime/arch/x86/context_x86.cc +++ b/runtime/arch/x86/context_x86.cc @@ -16,6 +16,8 @@ #include "context_x86.h" +#include + #include "base/bit_utils.h" #include "base/bit_utils_iterator.h" #include "base/memory_tool.h" diff --git a/runtime/base/arena_allocator.h b/runtime/base/arena_allocator.h index a484c5c..403c049 100644 --- a/runtime/base/arena_allocator.h +++ b/runtime/base/arena_allocator.h @@ -19,6 +19,7 @@ #include #include +#include #include "base/bit_utils.h" #include "base/dchecked_vector.h" diff --git a/runtime/base/bit_vector.h b/runtime/base/bit_vector.h index 5609067..a16fe36 100644 --- a/runtime/base/bit_vector.h +++ b/runtime/base/bit_vector.h @@ -19,6 +19,7 @@ #include #include +#include #include "base/bit_utils.h" #include "globals.h" diff --git a/runtime/base/mutex.cc b/runtime/base/mutex.cc index 03dda12..998826a 100644 --- a/runtime/base/mutex.cc +++ b/runtime/base/mutex.cc @@ -18,6 +18,7 @@ #include #include +#include #include "android-base/stringprintf.h" diff --git a/runtime/base/scoped_flock.cc b/runtime/base/scoped_flock.cc index b8df689..3d5ad95 100644 --- a/runtime/base/scoped_flock.cc +++ b/runtime/base/scoped_flock.cc @@ -18,6 +18,7 @@ #include #include +#include #include "android-base/stringprintf.h" diff --git a/runtime/base/stl_util.h b/runtime/base/stl_util.h index b272972..931d710 100644 --- a/runtime/base/stl_util.h +++ b/runtime/base/stl_util.h @@ -20,6 +20,7 @@ #include #include #include +#include #include "base/logging.h" diff --git a/runtime/base/stringpiece.cc b/runtime/base/stringpiece.cc index 2570bad..4b1a5d7 100644 --- a/runtime/base/stringpiece.cc +++ b/runtime/base/stringpiece.cc @@ -18,6 +18,7 @@ #include #include +#include #include "logging.h" diff --git a/runtime/base/unix_file/fd_file.cc b/runtime/base/unix_file/fd_file.cc index fd567af..a17f1cf 100644 --- a/runtime/base/unix_file/fd_file.cc +++ b/runtime/base/unix_file/fd_file.cc @@ -21,6 +21,7 @@ #include #include #include +#include #include "base/logging.h" diff --git a/runtime/dex_file.h b/runtime/dex_file.h index 990ab11..9b7565d 100644 --- a/runtime/dex_file.h +++ b/runtime/dex_file.h @@ -20,6 +20,7 @@ #include #include #include +#include #include "base/logging.h" #include "base/value_object.h" diff --git a/runtime/exec_utils.cc b/runtime/exec_utils.cc index db1baa7..0954f4a 100644 --- a/runtime/exec_utils.cc +++ b/runtime/exec_utils.cc @@ -20,6 +20,7 @@ #include #include #include +#include #include "android-base/stringprintf.h" #include "android-base/strings.h" diff --git a/runtime/gc/accounting/heap_bitmap.cc b/runtime/gc/accounting/heap_bitmap.cc index 1d729ff..c4f1f35 100644 --- a/runtime/gc/accounting/heap_bitmap.cc +++ b/runtime/gc/accounting/heap_bitmap.cc @@ -16,6 +16,8 @@ #include "heap_bitmap.h" +#include + #include "gc/accounting/space_bitmap-inl.h" #include "gc/space/space.h" diff --git a/runtime/gc/accounting/read_barrier_table.h b/runtime/gc/accounting/read_barrier_table.h index 775746f..e524961 100644 --- a/runtime/gc/accounting/read_barrier_table.h +++ b/runtime/gc/accounting/read_barrier_table.h @@ -18,6 +18,7 @@ #define ART_RUNTIME_GC_ACCOUNTING_READ_BARRIER_TABLE_H_ #include // For the PROT_* and MAP_* constants. +#include #include "base/bit_utils.h" #include "base/mutex.h" diff --git a/runtime/gc/collector/immune_spaces.cc b/runtime/gc/collector/immune_spaces.cc index 1e5f283..3ef9fad 100644 --- a/runtime/gc/collector/immune_spaces.cc +++ b/runtime/gc/collector/immune_spaces.cc @@ -18,6 +18,7 @@ #include #include +#include #include "gc/space/space-inl.h" #include "mirror/object.h" diff --git a/runtime/jdwp/jdwp_handler.cc b/runtime/jdwp/jdwp_handler.cc index 618332b..fc1d94b 100644 --- a/runtime/jdwp/jdwp_handler.cc +++ b/runtime/jdwp/jdwp_handler.cc @@ -19,6 +19,7 @@ #include #include #include +#include #include "android-base/stringprintf.h" diff --git a/runtime/jit/profiling_info.h b/runtime/jit/profiling_info.h index 788fa1f..5f07be9 100644 --- a/runtime/jit/profiling_info.h +++ b/runtime/jit/profiling_info.h @@ -18,6 +18,7 @@ #define ART_RUNTIME_JIT_PROFILING_INFO_H_ #include +#include #include "base/macros.h" #include "gc_root.h" diff --git a/runtime/monitor.h b/runtime/monitor.h index 09faeba..c0e501f 100644 --- a/runtime/monitor.h +++ b/runtime/monitor.h @@ -24,6 +24,7 @@ #include #include #include +#include #include "atomic.h" #include "base/allocator.h" diff --git a/runtime/primitive.h b/runtime/primitive.h index a0edaee..ea29dba 100644 --- a/runtime/primitive.h +++ b/runtime/primitive.h @@ -18,6 +18,7 @@ #define ART_RUNTIME_PRIMITIVE_H_ #include +#include #include "base/logging.h" #include "base/macros.h" diff --git a/runtime/runtime_common.h b/runtime/runtime_common.h index 06d6627..fa3a551 100644 --- a/runtime/runtime_common.h +++ b/runtime/runtime_common.h @@ -27,6 +27,7 @@ #include #include +#include #include diff --git a/sigchainlib/sigchain.cc b/sigchainlib/sigchain.cc index b8ab51b..1ec422e 100644 --- a/sigchainlib/sigchain.cc +++ b/sigchainlib/sigchain.cc @@ -33,6 +33,8 @@ #include #include +#include + #include "sigchain.h" #if defined(__APPLE__) -- 2.30.2