commit | a94fc7cdcd853923c84b903e89257b80a53b6410 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Sep 09 00:09:19 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Sep 09 00:09:19 2017 +0000 |
tree | 6f59248ffeaaf5db2cedb3fffa6ec5a9febf8c15 | |
parent | cf2121435d6045d5bbf322fc12df74066f81dc54 [diff] | |
parent | f654c04d0148034ce23f44cc3d620eae3c769d60 [diff] |
Merge "<stdbool.h> unnecessary in C++."
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>