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

This commit is contained in:
android-build-prod (mdb) 2018-05-08 21:33:10 +00:00 committed by Gerrit Code Review
commit e7020dc8e4
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>