diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-12-04 10:23:08 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-12-04 10:23:08 +0000 |
commit | 130cec21b9030cc83837f256276edfefdf6721da (patch) | |
tree | 87ea44513be0c101304a53fcc0d21004ae63c2cb /llvm/unittests/Support/FileOutputBufferTest.cpp | |
parent | 605e30e93cea54655f0dfb0a6eb4ff0d48353f4f (diff) | |
download | bcm5719-llvm-130cec21b9030cc83837f256276edfefdf6721da.tar.gz bcm5719-llvm-130cec21b9030cc83837f256276edfefdf6721da.zip |
Sort the #include lines for unittest/...
llvm-svn: 169250
Diffstat (limited to 'llvm/unittests/Support/FileOutputBufferTest.cpp')
-rw-r--r-- | llvm/unittests/Support/FileOutputBufferTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/unittests/Support/FileOutputBufferTest.cpp b/llvm/unittests/Support/FileOutputBufferTest.cpp index 4c0d57b8452..80d72453682 100644 --- a/llvm/unittests/Support/FileOutputBufferTest.cpp +++ b/llvm/unittests/Support/FileOutputBufferTest.cpp @@ -8,13 +8,11 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/FileOutputBuffer.h" - #include "llvm/ADT/OwningPtr.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/PathV2.h" #include "llvm/Support/raw_ostream.h" - #include "gtest/gtest.h" using namespace llvm; |