TrigramIndex.h - remove unnecessary StringMap.h include. NFC
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 12 Apr 2020 13:30:52 +0000 (14:30 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 12 Apr 2020 13:30:52 +0000 (14:30 +0100)
commit2b74755ec5266ed828218fc877b4c6dc071987bf
treed855bf11669832ca7453341649db0efc08e3170f
parent688ac00bb225d72a53ad3c77471363183a4f8b06
TrigramIndex.h - remove unnecessary StringMap.h include. NFC

Include StringRef.h inside TrigramIndex.cpp as thats the only part of StringMap.h that is actually required.
llvm/include/llvm/Support/TrigramIndex.h
llvm/lib/Support/TrigramIndex.cpp