Sort includes for all of the .h files under the 'lib' tree. These were
[oota-llvm.git] / lib / MC / MCDisassembler / Disassembler.h
index 322abd5d637a95dfc4647f02f45befd37b82b4b6..28cf04b95d2bc47e4fa0fdff961e615a4b64701f 100644 (file)
 #define LLVM_MC_DISASSEMBLER_H
 
 #include "llvm-c/Disassembler.h"
-#include <string>
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/Support/raw_ostream.h"
+#include <string>
 
 namespace llvm {
 class MCContext;