Updates to Win64EH.h structures.
[oota-llvm.git] / include / llvm / Support / TargetRegistry.h
index ca58bfb0d73b5bf1123bfd4e18edff611f136fce..701e6a9575fc565d914d955237558694fdb34300 100644 (file)
 #ifndef LLVM_SUPPORT_TARGETREGISTRY_H
 #define LLVM_SUPPORT_TARGETREGISTRY_H
 
-#include "llvm/Support/CodeGen.h"
 #include "llvm/ADT/Triple.h"
-#include <string>
+#include "llvm/Support/CodeGen.h"
 #include <cassert>
+#include <string>
 
 namespace llvm {
   class AsmPrinter;