diff options
Diffstat (limited to 'llvm/lib/VMCore/LeaksContext.h')
-rw-r--r-- | llvm/lib/VMCore/LeaksContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/LeaksContext.h b/llvm/lib/VMCore/LeaksContext.h index b9e59d46b7a..faf3e952c85 100644 --- a/llvm/lib/VMCore/LeaksContext.h +++ b/llvm/lib/VMCore/LeaksContext.h @@ -12,8 +12,8 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Value.h" #include "llvm/ADT/SmallPtrSet.h" +#include "llvm/Value.h" namespace llvm { |