X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=unittests%2FSupport%2Fformatted_raw_ostream_test.cpp;h=9bb80469133717147b53541114510d3bc2ccb989;hp=4725cedc2119796cd916f25a629a5f8f2040aaa0;hb=5a88dda4be791426ab4d20a6a6c9c65d66614a27;hpb=4ca7e09b7c1e41535f2a1bd86915375d023daf27 diff --git a/unittests/Support/formatted_raw_ostream_test.cpp b/unittests/Support/formatted_raw_ostream_test.cpp index 4725cedc211..9bb80469133 100644 --- a/unittests/Support/formatted_raw_ostream_test.cpp +++ b/unittests/Support/formatted_raw_ostream_test.cpp @@ -7,10 +7,10 @@ // //===----------------------------------------------------------------------===// -#include "gtest/gtest.h" +#include "llvm/Support/FormattedStream.h" #include "llvm/ADT/SmallString.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/Support/FormattedStream.h" +#include "gtest/gtest.h" using namespace llvm;