summaryrefslogtreecommitdiffstats
path: root/libcutils/hashmap.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-05-08 13:00:06 -0700
committerElliott Hughes <enh@google.com>2018-05-08 13:00:06 -0700
commit23b98f492b51b76039bf47a96246841b73925be7 (patch)
tree5935492581b4038efe418d34547434a540f1b206 /libcutils/hashmap.cpp
parent751f2fa535f96442ad55e130b78a312c183a1317 (diff)
downloadsystem_core-23b98f492b51b76039bf47a96246841b73925be7.tar.gz
system_core-23b98f492b51b76039bf47a96246841b73925be7.tar.bz2
system_core-23b98f492b51b76039bf47a96246841b73925be7.zip
Remove more bogus <stdbool.h> #includes from C++.
Bug: N/A Test: builds Change-Id: I794cd28667c6c65b38940d8f443315ad116b7ac3
Diffstat (limited to 'libcutils/hashmap.cpp')
-rw-r--r--libcutils/hashmap.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcutils/hashmap.cpp b/libcutils/hashmap.cpp
index 65b6ab185..10e3b2505 100644
--- a/libcutils/hashmap.cpp
+++ b/libcutils/hashmap.cpp
@@ -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;