GlobPattern.h - remove unnecessary BitVector.h/StringRef.h includes. NFC
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 17 May 2020 17:29:27 +0000 (18:29 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 17 May 2020 17:29:41 +0000 (18:29 +0100)
commitca18ce1a00cd8b7cb7ce0e130440f5ae1ffe86ee
treea588e03a7337f793714cd1c1cd60d9e625f59973
parent897e926bb0e0c165d6199130c8c558bb63b129e5
GlobPattern.h - remove unnecessary BitVector.h/StringRef.h includes. NFC

Use forward declarations (BitVector already had one) and an headers to source file that were implicitly using them.
llvm/include/llvm/Support/GlobPattern.h
llvm/lib/Support/GlobPattern.cpp
llvm/tools/llvm-objcopy/CopyConfig.cpp
llvm/unittests/Support/GlobPatternTest.cpp