mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-20 10:24:12 +00:00
[cleanup] Re-sort all the #include lines in LLVM using
utils/sort_includes.py. I clearly haven't done this in a while, so more changed than usual. This even uncovered a missing include from the InstrProf library that I've added. No functionality changed here, just mechanical cleanup of the include order. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225974 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -21,7 +21,6 @@
|
||||
#include "llvm/Object/RelocVisitor.h"
|
||||
#include "llvm/Support/Casting.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
|
@ -7,11 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/DebugInfo/DWARFRelocMap.h"
|
||||
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/DebugInfo/DWARFFormValue.h"
|
||||
|
||||
#include "llvm/DebugInfo/DWARFRelocMap.h"
|
||||
#include <cstdint>
|
||||
|
||||
namespace llvm {
|
||||
|
@ -12,6 +12,7 @@
|
||||
|
||||
#include "llvm/ADT/MapVector.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/DebugInfo/DIContext.h"
|
||||
#include "llvm/DebugInfo/DWARFCompileUnit.h"
|
||||
#include "llvm/DebugInfo/DWARFDebugAranges.h"
|
||||
#include "llvm/DebugInfo/DWARFDebugFrame.h"
|
||||
@ -20,7 +21,6 @@
|
||||
#include "llvm/DebugInfo/DWARFDebugRangeList.h"
|
||||
#include "llvm/DebugInfo/DWARFSection.h"
|
||||
#include "llvm/DebugInfo/DWARFTypeUnit.h"
|
||||
#include "llvm/DebugInfo/DIContext.h"
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
Reference in New Issue
Block a user