Fix the build on case sensitive file systems.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 12 Dec 2012 20:55:44 +0000 (20:55 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 12 Dec 2012 20:55:44 +0000 (20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170021 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/YAMLTraits.cpp

index e2be15be50ebbf66908979657bd07a9c11da5d79..c200004954a4f32023e56c461e22822efa00cbb3 100644 (file)
@@ -9,14 +9,12 @@
 
 #define BUILDING_YAMLIO
 #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/raw_ostream.h"
+#include "llvm/Support/Format.h"
 #include "llvm/Support/YAMLParser.h"
-
+#include "llvm/Support/raw_ostream.h"
 #include <cstring>
 
 namespace llvm {