summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ANRdaemon/ANRdaemon.cpp1
-rw-r--r--procrank/procrank.cpp1
-rw-r--r--su/su.cpp1
-rw-r--r--verity/build_verity_tree.cpp1
-rw-r--r--verity/fec/image.cpp1
-rw-r--r--verity/fec/main.cpp1
6 files changed, 0 insertions, 6 deletions
diff --git a/ANRdaemon/ANRdaemon.cpp b/ANRdaemon/ANRdaemon.cpp
index c33414c6..bd433b33 100644
--- a/ANRdaemon/ANRdaemon.cpp
+++ b/ANRdaemon/ANRdaemon.cpp
@@ -36,7 +36,6 @@
#include <ctime>
#include <cutils/properties.h>
#include <signal.h>
-#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/procrank/procrank.cpp b/procrank/procrank.cpp
index 36a2043c..b8ebd31c 100644
--- a/procrank/procrank.cpp
+++ b/procrank/procrank.cpp
@@ -18,7 +18,6 @@
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
-#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
diff --git a/su/su.cpp b/su/su.cpp
index ee1526ef..f3e4ff03 100644
--- a/su/su.cpp
+++ b/su/su.cpp
@@ -19,7 +19,6 @@
#include <getopt.h>
#include <paths.h>
#include <pwd.h>
-#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/verity/build_verity_tree.cpp b/verity/build_verity_tree.cpp
index c50e4494..7ed51f42 100644
--- a/verity/build_verity_tree.cpp
+++ b/verity/build_verity_tree.cpp
@@ -10,7 +10,6 @@
#include <fcntl.h>
#include <inttypes.h>
#include <limits.h>
-#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/verity/fec/image.cpp b/verity/fec/image.cpp
index 509b1029..861ca601 100644
--- a/verity/fec/image.cpp
+++ b/verity/fec/image.cpp
@@ -28,7 +28,6 @@ extern "C" {
#include <getopt.h>
#include <openssl/sha.h>
#include <pthread.h>
-#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
diff --git a/verity/fec/main.cpp b/verity/fec/main.cpp
index 93f1ec2a..6063a66f 100644
--- a/verity/fec/main.cpp
+++ b/verity/fec/main.cpp
@@ -25,7 +25,6 @@ extern "C" {
#include <getopt.h>
#include <fcntl.h>
#include <pthread.h>
-#include <stdbool.h>
#include <stdlib.h>
#include <string.h>