X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FADT%2FSetVector.h;h=fab133af4c03b1b49b4ae033278bb0d44b6b70dd;hb=1c7a666fcef22e75dc675b06444f5a894f54d7be;hp=2671bc5c9e244092774c3bf780e3b6eb365e8905;hpb=3a54b3dc87a581c203b18050b4f787b4ca28a12c;p=oota-llvm.git diff --git a/include/llvm/ADT/SetVector.h b/include/llvm/ADT/SetVector.h index 2671bc5c9e2..fab133af4c0 100644 --- a/include/llvm/ADT/SetVector.h +++ b/include/llvm/ADT/SetVector.h @@ -21,9 +21,9 @@ #define LLVM_ADT_SETVECTOR_H #include "llvm/ADT/SmallSet.h" -#include -#include #include +#include +#include namespace llvm {