Revert "[RuntimeDyldELF] Fold Placeholder into Addend"
[oota-llvm.git] / lib / ProfileData / SampleProfWriter.cpp
index 85250452bd1b6680876c8aa73f76811fc79d70cc..c95267ad976b896d8b69d85e755fe7529c2077cb 100644 (file)
@@ -21,9 +21,9 @@
 #include "llvm/ProfileData/SampleProfWriter.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorOr.h"
-#include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/LEB128.h"
 #include "llvm/Support/LineIterator.h"
+#include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Regex.h"
 
 using namespace llvm::sampleprof;