summaryrefslogtreecommitdiffstats
path: root/trusty
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-09-07 13:36:14 -0700
committerElliott Hughes <enh@google.com>2017-10-17 16:21:33 +0000
commita0f73f9bffc2ed6f78b9900db09741861676dd48 (patch)
treed705dacfc9cff7e1936fd6557d4113444818edc4 /trusty
parent815f74a759c56f6bbd75818a6ae6d7f7d4672e3a (diff)
downloadsystem_core-a0f73f9bffc2ed6f78b9900db09741861676dd48.tar.gz
system_core-a0f73f9bffc2ed6f78b9900db09741861676dd48.tar.bz2
system_core-a0f73f9bffc2ed6f78b9900db09741861676dd48.zip
<stdbool.h> not necessary in C++.
Bug: N/A Test: builds Change-Id: I1f32b202e353414e74ace87a7d5b495b5deb5f99 Merged-In: I1f32b202e353414e74ace87a7d5b495b5deb5f99
Diffstat (limited to 'trusty')
-rw-r--r--trusty/storage/tests/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/trusty/storage/tests/main.cpp b/trusty/storage/tests/main.cpp
index 1fd6f8ddc..45291360d 100644
--- a/trusty/storage/tests/main.cpp
+++ b/trusty/storage/tests/main.cpp
@@ -16,7 +16,6 @@
#include <assert.h>
#include <stdint.h>
-#include <stdbool.h>
#include <gtest/gtest.h>
#include <trusty/lib/storage.h>