summaryrefslogtreecommitdiffstats
path: root/logd
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 /logd
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 'logd')
-rw-r--r--logd/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/logd/main.cpp b/logd/main.cpp
index 4af0d21f1..606aa6341 100644
--- a/logd/main.cpp
+++ b/logd/main.cpp
@@ -33,7 +33,6 @@
#include <syslog.h>
#include <unistd.h>
-#include <cstdbool>
#include <memory>
#include <android-base/macros.h>