diff options
author | Elliott Hughes <enh@google.com> | 2017-09-07 13:36:14 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2017-10-17 16:21:33 +0000 |
commit | a0f73f9bffc2ed6f78b9900db09741861676dd48 (patch) | |
tree | d705dacfc9cff7e1936fd6557d4113444818edc4 /libsparse/sparse_read.cpp | |
parent | 815f74a759c56f6bbd75818a6ae6d7f7d4672e3a (diff) |
<stdbool.h> not necessary in C++.
Bug: N/A
Test: builds
Change-Id: I1f32b202e353414e74ace87a7d5b495b5deb5f99
Merged-In: I1f32b202e353414e74ace87a7d5b495b5deb5f99
Diffstat (limited to 'libsparse/sparse_read.cpp')
-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 bd668735a..bfb70c795 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> |