Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / ADT / ValueMap.h
index d23fccf3e8cc1f18f8dc31f447c42288b6ee24c6..b4fed7a0ebd26962a40dceb555320385f2f6ee59 100644 (file)
 #define LLVM_ADT_VALUEMAP_H
 
 #include "llvm/ADT/DenseMap.h"
+#include "llvm/Support/Mutex.h"
 #include "llvm/Support/ValueHandle.h"
 #include "llvm/Support/type_traits.h"
-#include "llvm/Support/Mutex.h"
-
 #include <iterator>
 
 namespace llvm {