Skip to content
  • Mehdi Amini's avatar
    b550cb17
    [NFC] Header cleanup · b550cb17
    Mehdi Amini authored
    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>
    llvm-svn: 266595
    b550cb17
    [NFC] Header cleanup
    Mehdi Amini authored
    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>
    llvm-svn: 266595
Loading