[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / lib / Support / YAMLTraits.cpp
index 81edca2c0b5f7fcd0f9d69b35c1e54619ad9dabe..c87790efb8c834a1c26b2c8f8f08b3bff6132030 100644 (file)
@@ -8,12 +8,12 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Errc.h"
-#include "llvm/Support/YAMLTraits.h"
 #include "llvm/ADT/Twine.h"
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/Format.h"
 #include "llvm/Support/YAMLParser.h"
+#include "llvm/Support/YAMLTraits.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cctype>
 #include <cstring>