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/DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp') diff --git a/llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp b/llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp index 669f1ff3500..c84eae32fac 100644 --- a/llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp +++ b/llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp @@ -7,7 +7,6 @@ // //===----------------------------------------------------------------------===// -#include "llvm/ADT/SmallBitVector.h" #include "llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h" #include "llvm/DebugInfo/CodeView/CVTypeVisitor.h" #include "llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h" -- cgit v1.2.3