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

am: e7020dc8e4

Change-Id: I5d9302227fc3a83f5a11522971396a69cdbe14a2
This commit is contained in:
android-build-prod (mdb) 2018-05-08 14:38:59 -07:00 committed by android-build-merger
commit c104e3abaf
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>