Remove Support/IncludeFile.h and its only user. This is actively harmful, since
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 7 Aug 2014 20:41:17 +0000 (20:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 7 Aug 2014 20:41:17 +0000 (20:41 +0000)
commitc00ae934322b82493ef3fe429c3373028e7fe97d
treed09630036506176f6de68becadcb2aa0a56c9406
parent1f4ef379d2ddc6fe773c15a8bf7217e185a3aadd
Remove Support/IncludeFile.h and its only user. This is actively harmful, since
it breaks the modules builds (where CallGraph.h can be quite reasonably
transitively included by an unimported portion of a module, and CallGraph.cpp
not linked in), and appears to have been entirely redundant since PR780 was
fixed back in 2008.

If this breaks anything, please revert; I have only tested this with a single
configuration, and it's possible that this is still somehow fixing something
(though I doubt it, since no other similar file uses this mechanism any more).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215142 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CallGraph.h
include/llvm/Support/IncludeFile.h [deleted file]
lib/Analysis/IPA/CallGraph.cpp
lib/Support/CMakeLists.txt
lib/Support/IncludeFile.cpp [deleted file]