Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / Hexagon / InstPrinter / HexagonInstPrinter.cpp
index 035afe88d5bcec82a6d42698efb2ec5bd188388c..c700354bda5aa7635ed5174dff85699320a88dbd 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "asm-printer"
+#include "HexagonInstPrinter.h"
 #include "Hexagon.h"
 #include "HexagonAsmPrinter.h"
-#include "HexagonInstPrinter.h"
 #include "HexagonMCInst.h"
-#include "llvm/MC/MCInst.h"
+#include "llvm/ADT/StringExtras.h"
 #include "llvm/MC/MCAsmInfo.h"
 #include "llvm/MC/MCExpr.h"
-#include "llvm/ADT/StringExtras.h"
+#include "llvm/MC/MCInst.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cstdio>