summaryrefslogtreecommitdiff
path: root/verity
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-09-08 17:31:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-09-08 17:31:58 +0000
commit390c1a849ea3ce062104f11ef91dd5aadf1302a3 (patch)
treedfcab749d0b4a828aabe7b7c2fa46b67ce7aec27 /verity
parent41e392642f0972b3abf8920660c7c918e9b266b0 (diff)
parentac8b2cec710de328afca74dfc2885883eff6a9f1 (diff)
downloadextras-390c1a849ea3ce062104f11ef91dd5aadf1302a3.tar.gz
Merge "<stdbool.h> not necessary in C++."
Diffstat (limited to 'verity')
-rw-r--r--verity/build_verity_tree.cpp1
-rw-r--r--verity/fec/image.cpp1
-rw-r--r--verity/fec/main.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/verity/build_verity_tree.cpp b/verity/build_verity_tree.cpp
index 19e4a2a7..69c761de 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>