Mercurial > hg > CbC > CbC_llvm
diff unittests/Support/YAMLParserTest.cpp @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 1172e4bd9c6f |
children | 3a76565eade5 |
line wrap: on
line diff
--- a/unittests/Support/YAMLParserTest.cpp Fri Nov 25 19:14:25 2016 +0900 +++ b/unittests/Support/YAMLParserTest.cpp Fri Oct 27 17:07:41 2017 +0900 @@ -7,11 +7,11 @@ // //===----------------------------------------------------------------------===// +#include "llvm/Support/YAMLParser.h" #include "llvm/ADT/Twine.h" #include "llvm/Support/Casting.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/SourceMgr.h" -#include "llvm/Support/YAMLParser.h" #include "gtest/gtest.h" namespace llvm {