commit | ea72d9f624570128a861491d7b1caf6a043729c5 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Thu Oct 26 13:15:13 2017 +0200 |
committer | Alex Deymo <deymo@google.com> | Fri Oct 27 13:52:40 2017 +0200 |
tree | b4c11d93ae715d309b93f5b988b57385d009160d | |
parent | e3f276621cf67a9a14661ab4b9da8f5512d26365 [diff] |
Add/remove includes to match used types. uint64_t and similar types are defined in stdint.h, and size_t is defined in stddef.h. While these headers are included virtually everywhere anyways we should include what we use, specially in public headers. Bug: None Test: still compiles. Change-Id: I26846be960bf9c989372a05e9c4369caf02888cd