Merge "<stdbool.h> unnecessary in C++."

This commit is contained in:
Elliott Hughes 2017-09-09 00:09:19 +00:00 committed by Android (Google) Code Review
commit a94fc7cdcd

View file

@ -18,7 +18,6 @@
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
#include <inttypes.h>
#include <time.h>
#include <sys/types.h>