diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-05-27 17:26:02 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-05-27 17:26:02 +0000 |
commit | a3de9e45763a976c82a981490e1ee5e64fa1ff06 (patch) | |
tree | cd151ef79a6231d97087aec7ccf25022d76f73e1 /llvm/lib/VMCore/BasicBlock.cpp | |
parent | 203cdd5aae3663466780440fd3840ad5a267af18 (diff) | |
download | bcm5719-llvm-a3de9e45763a976c82a981490e1ee5e64fa1ff06.tar.gz bcm5719-llvm-a3de9e45763a976c82a981490e1ee5e64fa1ff06.zip |
back out last commit: The .cpp file for a module should include its corresponding header first, even if redundant.
llvm-svn: 51598
Diffstat (limited to 'llvm/lib/VMCore/BasicBlock.cpp')
-rw-r--r-- | llvm/lib/VMCore/BasicBlock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/BasicBlock.cpp b/llvm/lib/VMCore/BasicBlock.cpp index 15cc0d9e816..64711fea0c7 100644 --- a/llvm/lib/VMCore/BasicBlock.cpp +++ b/llvm/lib/VMCore/BasicBlock.cpp @@ -11,6 +11,7 @@ // //===----------------------------------------------------------------------===// +#include "llvm/BasicBlock.h" #include "llvm/Constants.h" #include "llvm/Instructions.h" #include "llvm/Type.h" |