Use move semantics if possible to construct ConstantRanges.
[oota-llvm.git] / tools / llvm-diff / DifferenceEngine.h
index 0246d8ff5d6be0989f941580aae33b85534d99cf..73bf6eb6ea5b972c3361de1e365942c58ef1e993 100644 (file)
 #ifndef _LLVM_DIFFERENCE_ENGINE_H_
 #define _LLVM_DIFFERENCE_ENGINE_H_
 
+#include "DiffConsumer.h"
+#include "DiffLog.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
-#include "DiffLog.h"
-#include "DiffConsumer.h"
-
 #include <utility>
 
 namespace llvm {