summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2018-05-08 15:00:06 -0500
committerElliott Hughes2018-05-08 15:00:06 -0500
commit23b98f492b51b76039bf47a96246841b73925be7 (patch)
tree5935492581b4038efe418d34547434a540f1b206 /libcutils/trace-dev.inc
parent751f2fa535f96442ad55e130b78a312c183a1317 (diff)
downloadplatform-system-core-23b98f492b51b76039bf47a96246841b73925be7.tar.gz
platform-system-core-23b98f492b51b76039bf47a96246841b73925be7.tar.xz
platform-system-core-23b98f492b51b76039bf47a96246841b73925be7.zip
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.inc1
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 @@
24#include <limits.h> 24#include <limits.h>
25#include <pthread.h> 25#include <pthread.h>
26#include <stdatomic.h> 26#include <stdatomic.h>
27#include <stdbool.h>
28#include <stdlib.h> 27#include <stdlib.h>
29#include <string.h> 28#include <string.h>
30#include <sys/types.h> 29#include <sys/types.h>