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/ashmem-host.cpp | |
parent | 751f2fa535f96442ad55e130b78a312c183a1317 (diff) |
Remove more bogus <stdbool.h> #includes from C++.
Bug: N/A
Test: builds
Change-Id: I794cd28667c6c65b38940d8f443315ad116b7ac3
Diffstat (limited to 'libcutils/ashmem-host.cpp')
-rw-r--r-- | libcutils/ashmem-host.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcutils/ashmem-host.cpp b/libcutils/ashmem-host.cpp index b2bec9966..bb990d562 100644 --- a/libcutils/ashmem-host.cpp +++ b/libcutils/ashmem-host.cpp @@ -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> |