X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FInstrTypes.h;h=31a3dc8f01d73d89bd708b893efaf4d4c4a01397;hb=39cd0c8e477255a7296b2bd1dc67193f8d38c003;hp=da17f3b80d7b8cd79ecd7bd934574b20582b6214;hpb=ece6c6bb6329748b92403c06ac87f45c43485911;p=oota-llvm.git diff --git a/include/llvm/InstrTypes.h b/include/llvm/InstrTypes.h index da17f3b80d7..31a3dc8f01d 100644 --- a/include/llvm/InstrTypes.h +++ b/include/llvm/InstrTypes.h @@ -16,10 +16,10 @@ #ifndef LLVM_INSTRUCTION_TYPES_H #define LLVM_INSTRUCTION_TYPES_H +#include "llvm/ADT/Twine.h" +#include "llvm/DerivedTypes.h" #include "llvm/Instruction.h" #include "llvm/OperandTraits.h" -#include "llvm/DerivedTypes.h" -#include "llvm/ADT/Twine.h" namespace llvm {