commit | f654c04d0148034ce23f44cc3d620eae3c769d60 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Sep 08 14:58:08 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Sep 08 14:58:08 2017 -0700 |
tree | 64054bb01dda34e172611dcc88a3fb0bf3d4e7c7 | |
parent | 48fb82cfbc1aec0d4c4ba409824bef6bbe3dac9d [diff] |
<stdbool.h> unnecessary in C++. Bug: N/A Test: builds Change-Id: Iddbd364e581477b8304dc6f0764f153dbcf122a7
diff --git a/EncryptInplace.cpp b/EncryptInplace.cpp index 9aa2a21..4ffb8cd 100644 --- a/EncryptInplace.cpp +++ b/EncryptInplace.cpp
@@ -18,7 +18,6 @@ #include <stdio.h> #include <stdint.h> -#include <stdbool.h> #include <inttypes.h> #include <time.h> #include <sys/types.h>