commit | f6071e14c5aff1e1a997f4b670bbb22ad4231bff | [log] [tgz] |
---|---|---|
author | Mehdi Amini <mehdi.amini@apple.com> | Mon Apr 18 09:17:29 2016 +0000 |
committer | Mehdi Amini <mehdi.amini@apple.com> | Mon Apr 18 09:17:29 2016 +0000 |
tree | b976c28d94f8af1e1b5acfaa134dae8e78ed20f8 | |
parent | 81499739d6812a76e04158d0b3ddc2ce74eb9cc7 [diff] |
[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 <claprix@yandex.ru> Differential Revision: http://reviews.llvm.org/D19219 From: Mehdi Amini <mehdi.amini@apple.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266595 91177308-0d34-0410-b5e6-96231b3b80d8