diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-03-04 10:07:28 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-03-04 10:07:28 +0000 |
commit | 442f784814262e1271354ee208f1dedc7b8053de (patch) | |
tree | da7bd81e41cec7f0c20d6a64c4fdd6ab9f6fe536 /llvm/lib/IR/DebugInfo.cpp | |
parent | 757fcd6d1f7215be8fb90fd5ae5929efd4c21618 (diff) | |
download | bcm5719-llvm-442f784814262e1271354ee208f1dedc7b8053de.tar.gz bcm5719-llvm-442f784814262e1271354ee208f1dedc7b8053de.zip |
[cleanup] Re-sort all the includes with utils/sort_includes.py.
llvm-svn: 202811
Diffstat (limited to 'llvm/lib/IR/DebugInfo.cpp')
-rw-r--r-- | llvm/lib/IR/DebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/DebugInfo.cpp b/llvm/lib/IR/DebugInfo.cpp index f5884a4a90a..df059c4d7fc 100644 --- a/llvm/lib/IR/DebugInfo.cpp +++ b/llvm/lib/IR/DebugInfo.cpp @@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// #include "llvm/DebugInfo.h" +#include "LLVMContextImpl.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallPtrSet.h" #include "llvm/ADT/SmallString.h" @@ -22,7 +23,6 @@ #include "llvm/IR/Instructions.h" #include "llvm/IR/IntrinsicInst.h" #include "llvm/IR/Intrinsics.h" -#include "LLVMContextImpl.h" #include "llvm/IR/Module.h" #include "llvm/Support/Debug.h" #include "llvm/Support/Dwarf.h" |