diff options
author | Elliott Hughes <enh@google.com> | 2018-05-08 13:00:06 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2018-05-08 13:00:06 -0700 |
commit | 23b98f492b51b76039bf47a96246841b73925be7 (patch) | |
tree | 5935492581b4038efe418d34547434a540f1b206 /libcutils/trace-dev.inc | |
parent | 751f2fa535f96442ad55e130b78a312c183a1317 (diff) |
Remove more bogus <stdbool.h> #includes from C++.
Bug: N/A
Test: builds
Change-Id: I794cd28667c6c65b38940d8f443315ad116b7ac3
Diffstat (limited to 'libcutils/trace-dev.inc')
-rw-r--r-- | libcutils/trace-dev.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcutils/trace-dev.inc b/libcutils/trace-dev.inc index f95c6c559..c9580af04 100644 --- a/libcutils/trace-dev.inc +++ b/libcutils/trace-dev.inc @@ -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> |