From 5c0ab473f26d8bfd483f0c3a67b0d92b46f7f2d7 Mon Sep 17 00:00:00 2001 From: Michael Zolotukhin Date: Wed, 13 Dec 2017 21:31:05 +0000 Subject: Remove redundant includes from unittests. llvm-svn: 320630 --- llvm/unittests/Support/BinaryStreamTest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/unittests/Support/BinaryStreamTest.cpp') diff --git a/llvm/unittests/Support/BinaryStreamTest.cpp b/llvm/unittests/Support/BinaryStreamTest.cpp index ef0be19..35a010e 100644 --- a/llvm/unittests/Support/BinaryStreamTest.cpp +++ b/llvm/unittests/Support/BinaryStreamTest.cpp @@ -17,8 +17,6 @@ #include "gtest/gtest.h" -#include -#include using namespace llvm; using namespace llvm::support; -- cgit v1.1