Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Support / PluginLoader.cpp
index 2924cfa38897225d257100c1763de32822c42d5b..358137f08f5f86fbb1eecc9adf2ecfff905b1927 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #define DONT_GET_PLUGIN_LOADER_OPTION
-#include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/PluginLoader.h"
-#include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/DynamicLibrary.h"
+#include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/Mutex.h"
+#include "llvm/Support/raw_ostream.h"
 #include <vector>
 using namespace llvm;