[ELF] Clean up headers. NFC

This commit is contained in:
Fangrui Song
2022-02-07 21:53:34 -08:00
parent c53d99c37d
commit 27bb799095
48 changed files with 39 additions and 122 deletions

View File

@@ -27,15 +27,11 @@
#include "llvm/Support/Casting.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Parallel.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/TimeProfiler.h"
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <iterator>
#include <limits>
#include <string>
#include <vector>