X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FTargetRegistry.h;h=701e6a9575fc565d914d955237558694fdb34300;hb=717a142823f84bd3aa958755ead1d991860ca8f4;hp=ca58bfb0d73b5bf1123bfd4e18edff611f136fce;hpb=536a88ad5bf160232205192a7ce72e50bfadbded;p=oota-llvm.git diff --git a/include/llvm/Support/TargetRegistry.h b/include/llvm/Support/TargetRegistry.h index ca58bfb0d73..701e6a9575f 100644 --- a/include/llvm/Support/TargetRegistry.h +++ b/include/llvm/Support/TargetRegistry.h @@ -19,10 +19,10 @@ #ifndef LLVM_SUPPORT_TARGETREGISTRY_H #define LLVM_SUPPORT_TARGETREGISTRY_H -#include "llvm/Support/CodeGen.h" #include "llvm/ADT/Triple.h" -#include +#include "llvm/Support/CodeGen.h" #include +#include namespace llvm { class AsmPrinter;