Prune #includes, moving the module interface to the front. Note that this
authorChris Lattner <sabre@nondot.org>
Thu, 18 Mar 2004 03:15:29 +0000 (03:15 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Mar 2004 03:15:29 +0000 (03:15 +0000)
commit33e197b7778c92acc732c3255dc8fbb99923e8cc
tree8ea721dea989955b8107bad393adef403fd75cf5
parente454c0d607937d13dbd72e4b28b8fc76cc18c281
Prune #includes, moving the module interface to the front.  Note that this
exposed the fact that the header was not self-contained.  There is a reason
we do things :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12481 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/CodeExtractor.cpp