commit | 04503da174b5e51ba9035fb79521a6a2af17c111 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Sep 07 23:11:22 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 07 23:11:22 2017 +0000 |
tree | 57c9851723cf0c884afaa53e6cf76d721dee4724 | |
parent | 5a905961f8e0a576eaace8fda88aa8e119e824fe [diff] | |
parent | 7379018162d83da8f2c25690541fe169e820f5e8 [diff] |
Merge "<stdbool.h> not necessary in C++."
diff --git a/libc/arch-x86/bionic/__set_tls.cpp b/libc/arch-x86/bionic/__set_tls.cpp index 241d94a..3f58bc5 100644 --- a/libc/arch-x86/bionic/__set_tls.cpp +++ b/libc/arch-x86/bionic/__set_tls.cpp
@@ -28,7 +28,6 @@ #include <limits.h> #include <pthread.h> -#include <stdbool.h> #include <asm/ldt.h>
diff --git a/libc/bionic/system_properties.cpp b/libc/bionic/system_properties.cpp index 6906ecd..c57cd9c 100644 --- a/libc/bionic/system_properties.cpp +++ b/libc/bionic/system_properties.cpp
@@ -31,7 +31,6 @@ #include <fcntl.h> #include <poll.h> #include <stdatomic.h> -#include <stdbool.h> #include <stddef.h> #include <stdint.h> #include <stdlib.h>