diff options
author | Elliott Hughes | 2018-05-08 15:00:06 -0500 |
---|---|---|
committer | Elliott Hughes | 2018-05-08 15:00:06 -0500 |
commit | 23b98f492b51b76039bf47a96246841b73925be7 (patch) | |
tree | 5935492581b4038efe418d34547434a540f1b206 /libcutils | |
parent | 751f2fa535f96442ad55e130b78a312c183a1317 (diff) | |
download | platform-system-core-23b98f492b51b76039bf47a96246841b73925be7.tar.gz platform-system-core-23b98f492b51b76039bf47a96246841b73925be7.tar.xz platform-system-core-23b98f492b51b76039bf47a96246841b73925be7.zip |
Remove more bogus <stdbool.h> #includes from C++.
Bug: N/A
Test: builds
Change-Id: I794cd28667c6c65b38940d8f443315ad116b7ac3
Diffstat (limited to 'libcutils')
-rw-r--r-- | libcutils/ashmem-host.cpp | 1 | ||||
-rw-r--r-- | libcutils/canned_fs_config.cpp | 1 | ||||
-rw-r--r-- | libcutils/hashmap.cpp | 1 | ||||
-rw-r--r-- | libcutils/trace-dev.inc | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/libcutils/ashmem-host.cpp b/libcutils/ashmem-host.cpp index b2bec9966..bb990d562 100644 --- a/libcutils/ashmem-host.cpp +++ b/libcutils/ashmem-host.cpp | |||
@@ -24,7 +24,6 @@ | |||
24 | #include <errno.h> | 24 | #include <errno.h> |
25 | #include <fcntl.h> | 25 | #include <fcntl.h> |
26 | #include <limits.h> | 26 | #include <limits.h> |
27 | #include <stdbool.h> | ||
28 | #include <stdio.h> | 27 | #include <stdio.h> |
29 | #include <stdlib.h> | 28 | #include <stdlib.h> |
30 | #include <string.h> | 29 | #include <string.h> |
diff --git a/libcutils/canned_fs_config.cpp b/libcutils/canned_fs_config.cpp index 6b5763b16..2772ef0e9 100644 --- a/libcutils/canned_fs_config.cpp +++ b/libcutils/canned_fs_config.cpp | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <errno.h> | 21 | #include <errno.h> |
22 | #include <inttypes.h> | 22 | #include <inttypes.h> |
23 | #include <limits.h> | 23 | #include <limits.h> |
24 | #include <stdbool.h> | ||
25 | #include <stdio.h> | 24 | #include <stdio.h> |
26 | #include <stdlib.h> | 25 | #include <stdlib.h> |
27 | #include <string.h> | 26 | #include <string.h> |
diff --git a/libcutils/hashmap.cpp b/libcutils/hashmap.cpp index 65b6ab185..10e3b2505 100644 --- a/libcutils/hashmap.cpp +++ b/libcutils/hashmap.cpp | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <cutils/threads.h> | 21 | #include <cutils/threads.h> |
22 | #include <stdlib.h> | 22 | #include <stdlib.h> |
23 | #include <string.h> | 23 | #include <string.h> |
24 | #include <stdbool.h> | ||
25 | #include <sys/types.h> | 24 | #include <sys/types.h> |
26 | 25 | ||
27 | typedef struct Entry Entry; | 26 | typedef struct Entry Entry; |
diff --git a/libcutils/trace-dev.inc b/libcutils/trace-dev.inc index f95c6c559..c9580af04 100644 --- a/libcutils/trace-dev.inc +++ b/libcutils/trace-dev.inc | |||
@@ -24,7 +24,6 @@ | |||
24 | #include <limits.h> | 24 | #include <limits.h> |
25 | #include <pthread.h> | 25 | #include <pthread.h> |
26 | #include <stdatomic.h> | 26 | #include <stdatomic.h> |
27 | #include <stdbool.h> | ||
28 | #include <stdlib.h> | 27 | #include <stdlib.h> |
29 | #include <string.h> | 28 | #include <string.h> |
30 | #include <sys/types.h> | 29 | #include <sys/types.h> |