Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
[oota-llvm.git] / lib / Target / Mips / MipsOs16.cpp
index be5cd8e8d26e5b3342e682e5d7587fea00b68b8e..b6cd79193cfcd7bbaa54eb065113467b2e5b285c 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/IR/Instructions.h"
+#include "Mips.h"
 #include "llvm/IR/Module.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
-#include "Mips.h"
+#include "llvm/Support/raw_ostream.h"
 
 using namespace llvm;