Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Support / DynamicLibrary.cpp
index 45fec361c1a6cf26b1768f10032c025fbfe62be4..d40439a1f37a26b83dfadccbba03af8a3f554261 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/ADT/StringMap.h"
-#include "llvm/ADT/DenseSet.h"
 #include "llvm/Support/DynamicLibrary.h"
-#include "llvm/Support/Mutex.h"
+#include "llvm/ADT/DenseSet.h"
+#include "llvm/ADT/StringMap.h"
 #include "llvm/Config/config.h"
+#include "llvm/Support/Mutex.h"
 #include <cstdio>
 #include <cstring>