summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 10:07:28 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 10:07:28 +0000
commit442f784814262e1271354ee208f1dedc7b8053de (patch)
treeda7bd81e41cec7f0c20d6a64c4fdd6ab9f6fe536 /llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
parent757fcd6d1f7215be8fb90fd5ae5929efd4c21618 (diff)
downloadbcm5719-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/CodeGen/AsmPrinter/WinCodeViewLineTables.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h b/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
index f61ecc2f64c..510ad59f5c9 100644
--- a/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
+++ b/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
@@ -18,11 +18,11 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
-#include "llvm/DebugInfo.h"
#include "llvm/CodeGen/AsmPrinter.h"
+#include "llvm/CodeGen/LexicalScopes.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
-#include "llvm/CodeGen/LexicalScopes.h"
+#include "llvm/DebugInfo.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/Support/DebugLoc.h"
#include "llvm/Target/TargetLoweringObjectFile.h"
OpenPOWER on IntegriCloud