From b550cb1750174d9c0dc002913f10f6de01566b5a Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Mon, 18 Apr 2016 09:17:29 +0000 Subject: [NFC] Header cleanup Removed some unused headers, replaced some headers with forward class declarations. Found using simple scripts like this one: clear && ack --cpp -l '#include "llvm/ADT/IndexedMap.h"' | xargs grep -L 'IndexedMap[<]' | xargs grep -n --color=auto 'IndexedMap' Patch by Eugene Kosov Differential Revision: http://reviews.llvm.org/D19219 From: Mehdi Amini llvm-svn: 266595 --- llvm/unittests/Support/raw_sha1_ostream_test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/unittests/Support/raw_sha1_ostream_test.cpp') diff --git a/llvm/unittests/Support/raw_sha1_ostream_test.cpp b/llvm/unittests/Support/raw_sha1_ostream_test.cpp index ca80cdac49e..db2a3e9ab64 100644 --- a/llvm/unittests/Support/raw_sha1_ostream_test.cpp +++ b/llvm/unittests/Support/raw_sha1_ostream_test.cpp @@ -8,7 +8,6 @@ //===----------------------------------------------------------------------===// #include "gtest/gtest.h" -#include "llvm/ADT/SmallString.h" #include "llvm/Support/Format.h" #include "llvm/Support/raw_sha1_ostream.h" -- cgit v1.2.3