From 130cec21b9030cc83837f256276edfefdf6721da Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 4 Dec 2012 10:23:08 +0000 Subject: Sort the #include lines for unittest/... llvm-svn: 169250 --- llvm/unittests/Support/FileOutputBufferTest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/unittests/Support/FileOutputBufferTest.cpp') 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; -- cgit v1.2.3