commit | 37c8e3c55c1c96b49a56012d10f7f0b356e7bfd9 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <[email protected]> | Sat Jan 20 13:47:08 2018 -0500 |
committer | Mike Frysinger <[email protected]> | Tue Jan 23 22:32:16 2018 -0500 |
tree | 10e73580ded2d55cf50208ee757faf09a9fba9f1 | |
parent | 5b67e0b3e6b52d982876b867a317cd28e6ce1638 [diff] |
move elfparse includes to the module itself The elfparse header doesn't require most of these includes, so don't pull them in where they'll pollute other users of the header. Instead move all the headers elfparse.c needs to the source file itself. Bug: None Test: `make check` passes Change-Id: I29377e900b42041f64f6229774ef7c872c74bce0