diff options
author | Elliott Hughes <enh@google.com> | 2017-09-07 13:36:14 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2017-10-17 09:20:26 -0700 |
commit | 503b63fe09e62b6a909c11969f1bbf51d6b70a95 (patch) | |
tree | a73f0e2323042842583e9c27edbcb8b7b71f1ff4 /libsparse | |
parent | 4a98ac72f751a79599ee59cd2404e4287a228257 (diff) | |
download | core-503b63fe09e62b6a909c11969f1bbf51d6b70a95.tar.gz core-503b63fe09e62b6a909c11969f1bbf51d6b70a95.tar.bz2 core-503b63fe09e62b6a909c11969f1bbf51d6b70a95.zip |
<stdbool.h> not necessary in C++.
Bug: N/A
Test: builds
Change-Id: I1f32b202e353414e74ace87a7d5b495b5deb5f99
Diffstat (limited to 'libsparse')
-rw-r--r-- | libsparse/sparse_read.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libsparse/sparse_read.cpp b/libsparse/sparse_read.cpp index 91d551c14..437963527 100644 --- a/libsparse/sparse_read.cpp +++ b/libsparse/sparse_read.cpp @@ -21,7 +21,6 @@ #include <inttypes.h> #include <fcntl.h> #include <stdarg.h> -#include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> |