Clean ELF headers

This commit is contained in:
rthomas
2020-11-20 06:42:23 +01:00
parent 8872b85fc7
commit 3b7c8fb203
67 changed files with 1269 additions and 1038 deletions
@@ -12,7 +12,11 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
*/
#include <string>
#include <sstream>
#include "pyELF.hpp"
#include "LIEF/ELF/hash.hpp"
@@ -20,9 +24,6 @@
#include "LIEF/ELF/DynamicEntryArray.hpp"
#include "LIEF/ELF/DynamicEntry.hpp"
#include <string>
#include <sstream>
namespace LIEF {
namespace ELF {