summaryrefslogtreecommitdiff
path: root/lib/VMCore/BasicBlock.cpp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-05-27 17:26:02 +0000
committerGabor Greif <ggreif@gmail.com>2008-05-27 17:26:02 +0000
commit0a4fd1ab7e7c83b3ecf03cbd6b35d2b164995267 (patch)
treebee1f5ac6973f37f1688f88e79337e67fa243fb1 /lib/VMCore/BasicBlock.cpp
parent8e1cddc11dd8be5855a43e31d8db20b00c54ee03 (diff)
downloadllvm-0a4fd1ab7e7c83b3ecf03cbd6b35d2b164995267.tar.gz
llvm-0a4fd1ab7e7c83b3ecf03cbd6b35d2b164995267.tar.bz2
llvm-0a4fd1ab7e7c83b3ecf03cbd6b35d2b164995267.tar.xz
back out last commit: The .cpp file for a module should include its corresponding header first, even if redundant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51598 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/BasicBlock.cpp')
-rw-r--r--lib/VMCore/BasicBlock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/BasicBlock.cpp b/lib/VMCore/BasicBlock.cpp
index 15cc0d9e81..64711fea0c 100644
--- a/lib/VMCore/BasicBlock.cpp
+++ b/lib/VMCore/BasicBlock.cpp
@@ -11,6 +11,7 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/BasicBlock.h"
#include "llvm/Constants.h"
#include "llvm/Instructions.h"
#include "llvm/Type.h"