[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

@@ -14,10 +14,10 @@
#include "ScriptParser.h"
#include "Config.h"
#include "Driver.h"
#include "InputSection.h"
#include "LinkerScript.h"
#include "OutputSections.h"
#include "ScriptLexer.h"
#include "SymbolTable.h"
#include "Symbols.h"
#include "Target.h"
#include "lld/Common/CommonLinkerContext.h"
@@ -31,7 +31,6 @@
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/TimeProfiler.h"
#include <cassert>
#include <limits>