Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / ExecutionEngine / OProfileJIT / OProfileWrapper.cpp
index 61d8dc21dec5da7983e5f22aa9dede8e02a67061..6702e20d50d217840cd44098c58ded9ab6533e6c 100644 (file)
 
 #define DEBUG_TYPE "oprofile-wrapper"
 #include "llvm/ExecutionEngine/OProfileWrapper.h"
+#include "llvm/ADT/SmallString.h"
 #include "llvm/Support/Debug.h"
-#include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/DynamicLibrary.h"
 #include "llvm/Support/Mutex.h"
 #include "llvm/Support/MutexGuard.h"
-#include "llvm/ADT/SmallString.h"
+#include "llvm/Support/raw_ostream.h"
 #include <cstring>
 #include <dirent.h>
 #include <fcntl.h>