Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / include / llvm / Analysis / ProfileInfo.h
index 6c2e2732d3442b1c76485d6eb92fe4cc64264cdf..5d17fa1220e102cb33436c9df47a833aead0cfd3 100644 (file)
@@ -26,9 +26,9 @@
 #include "llvm/Support/Format.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cassert>
-#include <string>
 #include <map>
 #include <set>
+#include <string>
 
 namespace llvm {
   class Pass;