Remove more bogus <stdbool.h> #includes from C++.

Bug: N/A
Test: builds
Change-Id: I794cd28667c6c65b38940d8f443315ad116b7ac3
This commit is contained in:
Elliott Hughes 2018-05-08 13:00:06 -07:00
parent 751f2fa535
commit 23b98f492b
5 changed files with 0 additions and 5 deletions

View file

@ -24,7 +24,6 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -21,7 +21,6 @@
#include <errno.h>
#include <inttypes.h>
#include <limits.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -21,7 +21,6 @@
#include <cutils/threads.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <sys/types.h>
typedef struct Entry Entry;

View file

@ -24,7 +24,6 @@
#include <limits.h>
#include <pthread.h>
#include <stdatomic.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>

View file

@ -33,7 +33,6 @@
#include <syslog.h>
#include <unistd.h>
#include <cstdbool>
#include <memory>
#include <android-base/macros.h>